Sven Sauleau
Sven Sauleau
Thanks for the the detailed report. At first glace I think the wast printer needs to changed to not print the end instruction where's not legal.
It would be nice if you can fix that inconsistency as well, but please in a sperated PR, that's going to be easier to review.
Make sense. Please feel free to submit a change
I didn't know about that, it's looking good. All that stuff in quite new, having a custom WAST parser allows more flexibility. No formal AST is available, we almost have...
Missing the wasm-edit API for https://github.com/webpack/webpack/issues/8429.
I added a note here about that https://github.com/xtuc/js-webassembly-interpreter/blob/431caff0cb1debecd7c3b864103f78d3debc1ac6/src/interpreter/runtime/values/global.js#L19-L23. Might be worth opening an issue on the spec to clarify this? The test you mentioned is only for parsing, since it's...
Ok, thanks for the clarification. The name is probably available in WAST as syntactic sugar but not actual semantics. So I guess we should just remove this test?
has been reverted
This was before refactoring the repo to a monorepo. We need to remove the circular dependencies first (otherwise ESM won't work).