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