Aghilas Y. Boussaa
Results
2
issues of
Aghilas Y. Boussaa
Given the following code: ```wasm (func $test (drop (i32.const 3049323471))) ``` The version 123 of `wasm-as` output codes that, when displayed with `wasm-dis` is: ```wasm (func $0 (drop (i32.const -1245643825)))...
The text format for importing tags (section 6.6.3, wasm-3.0) is `(import mod:name nm:name (tag id? tt:tag))`, where `tag` is defined as `(tag id? x,I':typeuse)` (section 6.6.8). A tag import, would...