Files
cli/vendor/wit-component/tests/components/no-realloc-required/module.wat

5 lines
87 B
Plaintext
Raw Normal View History

(module
(import "foo" "log" (func (param i32 i32)))
(memory (export "memory") 1)
)