Francis McCabe

Results 244 comments of Francis McCabe

That amounts to allowing a function signature All a,b,e (a)=> b throws e If I understand correctly. So, why not? On Tue, Oct 22, 2019 at 10:09 PM Andreas Rossberg...

The interface types would not allow tuneling without wrapping. On the other hand tuneling with wrapping is very much on the agenda On Wed, Oct 23, 2019 at 7:49 AM...

The finally clause is not the one doing the throwing in this example. In fact, in early Java implementations, the finally block was implemented using JSR (which is like a...

finally blocks should definitely have type []->[]. Anything else is madness.

The complexities of all these considerations is beginning to convince me that there 'should be another way' to reduce code duplication.

1. Would like to have a fiber switching session + vote 2. Would like to get a vote on JSPI

You should review the latest version of this proposal at https://github.com/WebAssembly/js-promise-integration/blob/main/proposals/js-promise-integration/Overview.md

Yes. Technically, since EH is earlier in the standard cycle than tail call, that proposal should address this question. A related issue is what happens when you return_call in a...

In general, traps are not catchable by wasm code.