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

Better debugging in WebAssembly #46

Open
tidoust opened this issue Oct 29, 2021 · 2 comments
Open

Better debugging in WebAssembly #46

tidoust opened this issue Oct 29, 2021 · 2 comments

Comments

@tidoust
Copy link
Member

tidoust commented Oct 29, 2021

This includes:

  • Ability to instrument large codebases with DWARF
  • Ability to give workers a meaningful name after creation
  • Ability to stop main UI thread and all workers at once

Raised in:

@junyuecao
Copy link

https://developer.mozilla.org/en-US/docs/Web/API/Worker/Worker
Currently a worker's name can not be modified after creation. That makes all the thread names are the same or only with a worker number (emscripten-core/emscripten#13999).

@connorjclark
Copy link

FYI whatwg/html#7838

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

No branches or pull requests

3 participants