-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm-bindgen-test failed to deserialize module with SIMD #2522
Comments
I do not mean to be a bother, but please reopen this, or if I should direct this to another repository, then please tell me where. This remains an issue, you see, even when I did pull in
This was used in the root Cargo.toml of the workspace: [patch.crates-io]
wasm-bindgen = { git = "https://github.com/rustwasm/wasm-bindgen" }
wasm-bindgen-test = { git = "https://github.com/rustwasm/wasm-bindgen" } The commands I used were > $Env:RUSTFLAGS="-Ctarget-feature=+simd128"
> wasm-pack test --release --firefox crates/core_simd |
Ah, I am told (more or less) that we have to wait on the update to cascade to |
An example from CI: https://travis-ci.com/github/rust-lang/stdsimd/jobs/497585556
This occurred after I added SIMD comparisons (
simd_eq
, etc) to tests, which looks like it's fixed in bytecodealliance/wasm-tools#222, so hopefully it's a matter of "just" updating dependencies.The text was updated successfully, but these errors were encountered: