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 should automatically start working with the next point release of Walrus, so I will go ahead and close this issue as there is nothing wasm-bindgen can do here.
Any Rust crate with a
core::arch::wasm32::f32x4_relaxed_madd
call will break wasm-bindgen thusly (as reported by wasm-pack):It seems like this is caused by not having a way to enable the
relaxed-simd
feature in the parser.The text was updated successfully, but these errors were encountered: