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

Enable stack traces in wasm #5093

Open
mversic opened this issue Sep 23, 2024 · 1 comment
Open

Enable stack traces in wasm #5093

mversic opened this issue Sep 23, 2024 · 1 comment

Comments

@mversic
Copy link
Contributor

mversic commented Sep 23, 2024

we have very little facilities to debug wasm. As @DCNick3 suggested we should try to include this

@Erigara
Copy link
Contributor

Erigara commented Sep 23, 2024

It looks like we can enable it through WASMTIME_BACKTRACE_DETAILS, not bad default
Also if wasm is optimized (stripped) we won't get much info on what went wrong anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: High Priority
Development

No branches or pull requests

2 participants