w3c / media-production-workshop

W3C Workshop on Web and Media production
https://www.w3.org/2021/03/media-production-workshop/
21 stars 11 forks source link

Better debugging in WebAssembly #46

Open tidoust opened 2 years ago

tidoust commented 2 years ago

This includes:

Raised in:

junyuecao commented 2 years ago

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 (https://github.com/emscripten-core/emscripten/pull/13999).

connorjclark commented 2 years ago

FYI https://github.com/whatwg/html/issues/7838