Daniel Hillerström
Daniel Hillerström
Tags are added by PR #10251.
Codegen was added by #11003.
Thanks. I think before fixing this issue, we should make sure the reference interpreter is in sync with the `wasm-3.0+exn` on WebAssembly/spec.
I suppose a downside of the `resume_barrier` variation is that it requires placing the code on continuation (i.e. another stack), whereas the block variation allows code to run on the...
I've removed the `barrier` instruction from #84 as we agreed on Monday.
I approve this license change.
I had a look at this again. The problem is that the continuation is inadvertently thrown away due to the way let bindings are compiled. A quick fix would be...
> For example I don't know if this is accidentally skipping over native frames at the base of other continuations. Excellent point. I think it may skip over intermediate `invoke_wasm_and_catch_traps`...