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, we only properly call the trap handler given to wasmtime_init_traps() when an undefined instruction is executed. #113 should ensure that trapping accesses to virtual memory are also handed to the trap handler, but there are probably some other exceptions (e.g. floating point) which need to be handed to wasmtime. We should figure out what all of them are and make sure they are properly sent to wasmtime.