Francis McCabe

Results 25 issues of Francis McCabe

When crafting an adapter for an imported/exported function, it seems clumsy to have to require that any core wasm functions called in the adapter code have to be exported/imported. The...

This is in the form of a suggestion; not an 'issue'. There is a potential conflict between multiple threads and managed memory. Especially, if that managed memory (MM) is to...

This exceptions proposal seems quite complex and overly oriented to the needs on one situation. This is a proposal for a (hopefully) simpler exception handling framework. I propose partitioning the...

Is there a proposal for extending the notation for function calls to account for the possibility that an argument call is 'supplying' multiple arguments to the call. E.g., imagine an...

Please check and suggest updates

A blog entry explaining that JSPI is going to origin trial and how to access the trial.

I was under the impression that this proposal would allow JavaScript functions to be stored in function tables and returned as a result of a call to an import. I...

A given computation may undergo multiple suspensions/resumptions in its lifetime. For example, in the case of use async/await to access I/O, a given computation is likely to be suspended and...

When a computation suspends, the code that responds to that suspension denotes the response computation. In some situations, it is legitimate that the response code is textually associated with the...