cloudflare / cloudflare/workerd
`console.createTask` support
Open
- Dominant language
- C++
- Stars
- 8.7k
- Forks
- 739
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 174
Description
Wasm Bindgen added support for `console.createTask` to significantly improve debugging async stack traces. See for example @RReverser's stack trace diff in the implementation issue here - https://github.com/wasm-bindgen/wasm-bindgen/pull/4711.
If we could support this V8 feature like Node.js does, we could get that same benefit in workerd as well.
//cc @jasnell
Contributor guide
Assessment
This issue has not been assessed yet.