Asumu Takikawa

Results 62 comments of Asumu Takikawa

I think the issue might be that `libwabt.js` for the demo hasn't been rebuilt in a while: https://github.com/WebAssembly/wabt/blob/main/docs/demo/libwabt.js It should work if you build `wasm2wat` locally with a recent wabt...

It turned out that the crash in this issue wasn't due to an issue with type-checking, it seems to actually be a parsing bug so I've renamed the issue. I'll...

Are there any remaining issues with landing this? It would be helpful for completing the implementation of typed funcrefs and also GC support, as it would allow including a `Var`...

> Are there any remaining issues with landing this? It would be helpful for completing the implementation of typed funcrefs and also GC support, as it would allow including a...

I've rebased this now on this branch https://github.com/takikawa/wabt/commit/904827773db8764f27c6a356bcc7699fffe864ae @dbezhetskov could you update your PR branch with this commit and re-push? Thanks.

Pinging @dbezhetskov in case you have any thoughts on this approach too. :)

At Igalia we're concerned about the cost at the Wasm/JS boundary to constructing new wrapper objects (whether in the engine or in the toolchain), and so we'd like to investigate...

I'm quite interested in the JS API for the GC proposal as well, and broadly agree with a lot of what's been said here. I agree that it would be...

Sorry I'm very late in responding to this, and thanks for writing this up. The issue of consistency with module namespace objects is interesting. > Should module linking expose all...

@RossTate Thanks, you make some good points regarding automatic coercions being potentially inefficient (I have some experience with this being a problem in the gradual typing world) or inexpressive. But...