Files
wasmer/lib/c-api/tests/wasm_c_api/wasm-c-api/example/finalize.wat

6 lines
76 B
Plaintext

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