wasm-bindgen
wasm-bindgen copied to clipboard
Unable to generate bindings if the wasm code has been compiled with +wide-arithmetic support
Describe the Bug
If the rust wasm32-unknown-unknown target is compiled with wide-arithmetic SIMD support, wasm-bindgen is unable to understand the op code instructions.
Steps to Reproduce
If applicable, add a link to a test case (as a zip file or link to a repository we can clone).
Expected Behavior
Just work I guess
Any ideas 🤔? What's going on here...
I can't reproduce, is there any reproducible case?