RosettaCodeData/Task/Empty-program/WebAssembly/empty-program.wasm
2023-07-01 13:44:08 -04:00

6 lines
99 B
Text

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