wasm-bindgen icon indicating copy to clipboard operation
wasm-bindgen copied to clipboard

Unable to generate bindings if the wasm code has been compiled with +wide-arithmetic support

Open debanjanbasu opened this issue 8 months ago • 1 comments

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

Image

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

debanjanbasu avatar Mar 13 '25 14:03 debanjanbasu

Any ideas 🤔? What's going on here...

debanjanbasu avatar Mar 26 '25 02:03 debanjanbasu

I can't reproduce, is there any reproducible case?

Spxg avatar Sep 01 '25 05:09 Spxg