You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 undefined, since the state of contexts can get out-of-sync
with the host when errors and/or events are being ignored.
Signed-off-by: Piotr Sikora <code@piotrsikora.dev>
0 commit comments