Skip to content

Commit 1279ecd

Browse files
committed
docs(emscripten): link panic=unwind tracking issue
Per review feedback on wasm-bindgen#1583, link to the upstream tracking issue at wasm-bindgen#5165 so readers can see when this limitation is lifted.
1 parent 252028d commit 1279ecd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/src/emscripten-target.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ Two things are notable compared to the default template:
8888
2. **`.cargo/config.toml`** — selects the emscripten target and sets the
8989
rustflags emcc expects:
9090
- `-Cpanic=abort``panic=unwind` isn't supported across the wasm-bindgen
91-
boundary on emscripten yet.
91+
boundary on emscripten yet
92+
([wasm-bindgen#5165](https://github.com/wasm-bindgen/wasm-bindgen/issues/5165)).
9293
- `-Crelocation-model=static` — the staticlib is linked directly; PIC
9394
isn't needed.
9495
- `-Cllvm-args=-enable-emscripten-cxx-exceptions=0` — avoids pulling in

0 commit comments

Comments
 (0)