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

6 lines
76 B
Plaintext

(module
(func (export "f"))
(func (export "g"))
(func (export "h"))
)