Files
cli/vendor/wit-component/tests/components/adapt-memory-simple/adapt-old.wat

5 lines
90 B
Plaintext
Raw Normal View History

(module
(import "new" "log" (func $log (param i32 i32)))
(export "log" (func $log))
)