Files
wasmer/lib/c-api/tests/wasm-c-api/example/serialize.wat
2020-12-04 13:39:44 -08:00

5 lines
84 B
Plaintext
Vendored

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