6 lines
99 B
Text
6 lines
99 B
Text
(module
|
|
;;The entry point for WASI is called _start
|
|
(func $main (export "_start")
|
|
|
|
)
|
|
)
|