Francis McCabe

Results 25 issues of Francis McCabe

Wasmfx has a way of sending an exception to a suspended coroutine: resume_throw. However, the current EH proposal has two ways of throwing exceptions: throw and throw_ref. We need to...

The explainer introduces six instructions: cont.new, cont.bind, resume, resume_throw, suspend, switch. While this is not a large number, it is more than 1. Furthermore, it is entirely possible that we...

In the proposed spec interpreter, we have: ... ``` and func_type = FuncT of result_type * result_type and cont_type = ContT of heap_type ``` My question is: why is cont_type...

Dropped use of helper functions. Replaced unnecessary use of regexps.

### WebKittens _No response_ ### Title of the proposal JavaScript Promise Integration Proposal ### URL to the spec https://github.com/WebAssembly/js-promise-integration/blob/main/document/js-api/index.bs ### URL to the spec's repository https://github.com/WebAssembly/js-promise-integration ### Issue Tracker URL...

topic: javascript
topic: web assembly
venue: W3C Web Assembly WG