Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 154 Bytes

add.md

File metadata and controls

12 lines (10 loc) · 154 Bytes

This test features the following addition:

i32.const 40
i32.const 2
i32.add
$ wasm_interpreter --vr add.wasm hello 1
i32.const 42