b309583886
wasm-opt has a known issue on Apple Silicon: https://github.com/rustwasm/wasm-pack/issues/913 The workaround currently seems to be running wasm-opt locally instead of defining it as part of the Rust package's build pipeline in Cargo.toml. I hope this is okay!