Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 146 Bytes

call.md

File metadata and controls

7 lines (5 loc) · 146 Bytes

This test defines a function $hello (returning i32.const 42) and calls it.

$ wasm_interpreter --vr call.wasm hello 1
i32.const 42