mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 07:22:21 +00:00
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
(module
|
|
(type $v (func))
|
|
(memory $0 1)
|
|
(export "test" (func $namespace/test))
|
|
(export "memory" (memory $0))
|
|
(func $namespace/test (; 0 ;) (type $v)
|
|
(block $__inlined_func$namespace/Outer.Inner.aFunc
|
|
(nop)
|
|
)
|
|
)
|
|
)
|