Closed
Description
An example from CI: https://travis-ci.com/github/rust-lang/stdsimd/jobs/497585556
Error: failed to deserialize wasm module
Caused by:
0: failed to parse code section
1: Unknown 0xfd opcode (at offset 568559)
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.