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
Currently, wasmtime has to guard all operations that might cause a sandbox trap, because it isn't wired up to the guest interrupt handlers. It would be nice to wire up wasmtime_init_traps to the guest exception handlers to avoid this.