Files
wasmer/lib/c-api/tests/wasm-c-api/example/hello.wat
2020-05-08 12:59:44 -07:00

5 lines
84 B
Plaintext

(module
(func $hello (import "" "hello"))
(func (export "run") (call $hello))
)