Open Bug 2036877 Opened 2 days ago Updated 2 days ago

Debugger support for WebAssembly JS-Promise-Integration

Categories

(DevTools :: Debugger, task, P3)

task

Tracking

(Not tracked)

People

(Reporter: rhunt, Unassigned)

References

(Blocks 2 open bugs)

Details

WebAssembly JS-Promise-Integration is a new proposal that allows sync WebAssembly code to use async Web API's. The wasm execution stack suspends to await a promise, and then is resumed when that promise resolves. It's sort of like a JS async function or generator, but with a different implementation under the hood.

The JS Debugger API was internally updated to support code running with JS-PI. I'm not sure if any changes need to be made on the DevTools side, so I'm just filing this to track it.

You need to log in before you can comment on or make changes to this bug.