RosettaCodeData/Task/Empty-program/WebAssembly/empty-program.wasm

7 lines
99 B
Plaintext

(module
;;The entry point for WASI is called _start
(func $main (export "_start")
)
)