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

7 lines
99 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(module
;;The entry point for WASI is called _start
(func $main (export "_start")
)
)