9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
|
|
(module
|
||
|
|
(import "old" "read" (func (param i32 i32)))
|
||
|
|
(func (export "main") (param $args i32) (param $argv i32)
|
||
|
|
;; ...
|
||
|
|
)
|
||
|
|
|
||
|
|
(memory (export "memory") 1)
|
||
|
|
)
|