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
This might just be a matter of bumping the wasm parsing libraries. However, some other Wasm tooling I use wasm-opt and wasm2wat both require special command line arguments to be passed in order to deal with SIMD.
The text was updated successfully, but these errors were encountered:
I've rebased wasm-snip on top of Walrus 0.19.0 and that seems to work. However, I'm not sure if this project is currently active or not, since this issue has been open for so long, so I don't know whether I should prepare a pull request or not.
Describe the Bug
wasm-snip
fails to parse Wasm that contains SIMD instructions such asv128
:Steps to Reproduce
wasm-snip
:wasm-snip 8oc.wasm
Additional Context
This might just be a matter of bumping the wasm parsing libraries. However, some other Wasm tooling I use
wasm-opt and wasm2wat
both require special command line arguments to be passed in order to deal with SIMD.The text was updated successfully, but these errors were encountered: