envoy-wasm-rust-sdk icon indicating copy to clipboard operation
envoy-wasm-rust-sdk copied to clipboard

Rust doesn't support stack unwinding on `wasm32` arch

Open yskopets opened this issue 4 years ago • 0 comments

Context

  • apparently, Rust doesn't support stack unwinding on wasm32 arch
  • which means that Wasm VM becomes unusable after the first panic

Notes

  • it seems that emscripten os does support unwinding, so maybe wasm32-unknown-emscripten could help ?

yskopets avatar Jul 11 '20 00:07 yskopets