envoy-wasm-rust-sdk
envoy-wasm-rust-sdk copied to clipboard
Rust doesn't support stack unwinding on `wasm32` arch
Context
- apparently,
Rust
doesn't support stack unwinding onwasm32
arch - which means that Wasm VM becomes unusable after the first panic
Notes
- it seems that
emscripten
os does support unwinding, so maybewasm32-unknown-emscripten
could help ?