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
JavaScript handlers are run in WebAssembly using a module based on QuickJS. When an error appear, it's complex to debug as we are running an interpreter inside a Wasm module while adding a compatibility layer.
To improve this experience, the JavaScript error must be captured on the rust server and printed.
It's still under discussion if we want to show these error traces always or behind a CLI flag.
The text was updated successfully, but these errors were encountered:
JavaScript handlers are run in WebAssembly using a module based on QuickJS. When an error appear, it's complex to debug as we are running an interpreter inside a Wasm module while adding a compatibility layer.
To improve this experience, the JavaScript error must be captured on the rust server and printed.
It's still under discussion if we want to show these error traces always or behind a CLI flag.
The text was updated successfully, but these errors were encountered: