7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
|
|
(module
|
||
|
|
(import "foo:bar/a" "[resource-drop]r" (func (param i32)))
|
||
|
|
(func (export "b#foo") (result i32)
|
||
|
|
(i32.const 0)
|
||
|
|
)
|
||
|
|
)
|