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

No way to create single file library with embedded wasm source maps #23580

Open
hellozyemlya opened this issue Feb 4, 2025 · 1 comment
Open

Comments

@hellozyemlya
Copy link

It will be great to create single file build with every source maps build in. Will be useful for audio worklets debugging.

@sbc100
Copy link
Collaborator

sbc100 commented Feb 4, 2025

Is there some reason that normal debug methods (DWARF into or wasm source maps) doesn't work audio worklets? Is there some reason you need to use single file when debugging?

I'm not sure its possible to make SINGLE_FILE work with source maps since that wasm file is embedded as base64 in the JS in that mode.

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

No branches or pull requests

2 participants