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

5 lines
57 B
Plaintext
Vendored

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