Files
cli/vendor/wit-component/tests/components/custom-page-sizes/module.wat

13 lines
244 B
Plaintext

(module
(type (;0;) (func))
(table (;0;) 1 1 funcref)
(memory (;0;) 65536 (pagesize 0x1))
(global (;0;) (mut i32) i32.const 1024)
(export "memory" (memory 0))
(func (;0;) (type 0))
(func (;1;) (type 0)
call 0
call 0
)
)