6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
|
|
(module
|
||
|
|
(import "$root" "[constructor]a" (func (result i32)))
|
||
|
|
(import "$root" "[static]a.other-new" (func (result i32)))
|
||
|
|
(import "$root" "[resource-drop]a" (func (param i32)))
|
||
|
|
)
|