We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed7c98 commit 2d77d3dCopy full SHA for 2d77d3d
1 file changed
docs/src/emscripten-target.md
@@ -88,7 +88,8 @@ Two things are notable compared to the default template:
88
2. **`.cargo/config.toml`** — selects the emscripten target and sets the
89
rustflags emcc expects:
90
- `-Cpanic=abort` — `panic=unwind` isn't supported across the wasm-bindgen
91
- boundary on emscripten yet.
+ boundary on emscripten yet
92
+ ([wasm-bindgen#5165](https://github.com/wasm-bindgen/wasm-bindgen/issues/5165)).
93
- `-Crelocation-model=static` — the staticlib is linked directly; PIC
94
isn't needed.
95
- `-Cllvm-args=-enable-emscripten-cxx-exceptions=0` — avoids pulling in
0 commit comments