suborbital / reactr

Function scheduler for Go & WebAssembly
Apache License 2.0
289 stars 28 forks source link

Better errors on a wasm trap #192

Open ospencer opened 2 years ago

ospencer commented 2 years ago

If a trap occurs in some wasm code, the process terminates with signal: illegal instruction. We should handle these gracefully.