Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve JavaScript error management #8

Open
Angelmmiguel opened this issue Oct 11, 2022 · 0 comments
Open

Improve JavaScript error management #8

Angelmmiguel opened this issue Oct 11, 2022 · 0 comments
Labels
🚀 enhancement New feature or request

Comments

@Angelmmiguel
Copy link
Contributor

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.

@Angelmmiguel Angelmmiguel added 🚀 enhancement New feature or request 👋 good first issue Good for newcomers labels Oct 11, 2022
@Angelmmiguel Angelmmiguel removed the 👋 good first issue Good for newcomers label May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant