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

6 lines
76 B
Plaintext
Vendored

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