ShinWonho

Results 6 issues of ShinWonho

In the GC proposal, it allows using previous global value as an initializer expression. ![Screenshot 2024-04-02 at 7 03 26 PM](https://github.com/WebAssembly/wabt/assets/50018375/f2469889-b0e1-49a1-8f3f-0f2e52409f67) Therefore, following wasm module is a valid module in...

I may be misunderstanding the intended exception mechanism in the WebAssembly JS API (WJI) specification, and I’d like to confirm whether my reading is correct. [Section 3 “Notation”](https://webassembly.github.io/spec/js-api/#notation) states that...

In the JS-API specification, there are a few cases where abstract closures are used. I was wondering if these could follow the same conventions as in ECMA-262 for consistency. *React...

The definition and use of "the index of the host function" seems to be somewhat informal, and I'm curious whether it is intentional. Being algorithmic in nature, js-api specification should...

Functions defined in [embedding section](https://webassembly.github.io/spec/core/appendix/embedding.html) provide abstraction of Wasm's mechanics to embedders. However, I found a case in [JS API specification](https://webassembly.github.io/spec/js-api/) that breaks this abstraction: monitoring the execution of Wasm....

Functions defined in [embedding section](https://webassembly.github.io/spec/core/appendix/embedding.html) provide abstraction of Wasm's mechanics to embedders. However, I found a case in [JS API specification](https://webassembly.github.io/spec/js-api/) that breaks this abstraction: exposing Wasm-specific internal structure. I'm...