I think somewhere in the Rust wasm toolchain is borked because I can't get my wasm SIMD tests to pass anymore. That or Rust is emitting the wrong SIMD code. We opened https://github.com/rustwasm/wasm-bindgen/issues/2522 about this, but even overriding to trunk doesn't seem to fix it.
@Jubilee when you're overriding to trunk you're not pulling in the wasm-bindgen-cli
binary itself compiled from trunk, you'd have to compile that from source
I don't know how to configure wasm-pack
to do this
ugh.
So I'd have to rebuild wasm-pack from source and then use that.
Thank you for letting me know, I will figure something out. Or wait. One of the two~ :musical_notes:
Last updated: Nov 22 2024 at 17:03 UTC