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

Include debug symbols in wasm output #65

Merged
merged 4 commits into from
Dec 5, 2023
Merged

Include debug symbols in wasm output #65

merged 4 commits into from
Dec 5, 2023

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Dec 4, 2023

In order to help debugging/profiling, it's useful to include the names of the Rust symbols in the generated wasm.

It does increase the wasm from 4.3M to 5.4M (and hence the js module which includes the base64-ed wasm from ~6M to 7.3M) ... but I guess we have to live with that.

There are a couple of commits here. The second isn't strictly related but is a quick cleanup while I was in the area.

@richvdh richvdh merged commit 7ce8fe2 into main Dec 5, 2023
3 checks passed
@richvdh richvdh deleted the rav/debug_symbols branch December 5, 2023 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants