Files
cli/vendor/wit-component/tests/components/link-got-func/lib-bar.wat

11 lines
192 B
Plaintext
Raw Normal View History

(module
(@dylink.0
(mem-info (memory 0 4))
)
(type (func (param i32) (result i32)))
(func $foo (type 0) (param i32) (result i32)
unreachable
)
(export "foo" (func $foo))
)