Closed
Description
Describe the Bug
The example raytrace-parallel does not compile.
Steps to Reproduce
git clone https://github.com/rustwasm/wasm-bindgen.git
cd wasm-bindgen/examples/raytrace-parallel
sh build.sh
- Got the error
note: rust-lld: error: unknown argument: --passive-segments
Expected Behavior
The code should compile. I played with this example last Sunday, and the code was compiling and running correctly.
Actual Behavior
The code currently does not compile with rust nightly (May 31th).
Additional Context
Note that, removing RUSTFLAGS='-C target-feature=+atomics,+bulk-memory'
fix the compilation problem. However, this provokes a runtime error (due to missing feature), which, I think, is expected.