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 a panic happens, it is caught and the trap API is run. It ends up panicking, and the end user seems to have no way to catch it.
That would be great to expose an API to register functions that can be executed when a trap is run, or better, an API to catch a trap/panic.
It will be super helpful to run untrusted Wasm modules from various users, or for language integrations (we can pipe the Wasmer panic/trap API to the targeted language panic API).
The text was updated successfully, but these errors were encountered:
When a panic happens, it is caught and the trap API is run. It ends up panicking, and the end user seems to have no way to catch it.
That would be great to expose an API to register functions that can be executed when a trap is run, or better, an API to catch a trap/panic.
It will be super helpful to run untrusted Wasm modules from various users, or for language integrations (we can pipe the Wasmer panic/trap API to the targeted language panic API).
The text was updated successfully, but these errors were encountered: