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

5 lines
57 B
Plaintext

(module
(func $start (unreachable))
(start $start)
)