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

Add experimental "no-panic" feature.

Open PiotrSikora opened this issue 6 months ago • 0 comments

When enabled, any "this should never happen" errors in dispatcher and/or hostcalls will be logged, but the processing will continue as if nothing happened, instead of panicking and trapping WasmVM.

Note that any execution past the "should have panicked" point is mostly undefined, since the state of any objects might get out-of-sync with the host when errors and/or events are being ignored.

PiotrSikora avatar Jun 05 '25 08:06 PiotrSikora