Files
cli/vendor/wit-component/tests/components/adapt-export-reallocs/module.wat

9 lines
164 B
Plaintext
Raw Normal View History

(module
(import "old" "read" (func (param i32 i32)))
(func (export "main") (param $args i32) (param $argv i32)
;; ...
)
(memory (export "memory") 1)
)