You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were previously using EMTEST_SKIP_SIMD to skip simd tests due to
lack of native clang, but since we updated node to v16
`EMTEST_SKIP_SIMD` is not even checked.
Instead use `EMTEST_LACKS_NATIVE_CLANG` to skip the tests that depend on
this.
0 commit comments