mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 07:22:21 +00:00
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
(module
|
|
(type $FUNCSIG$v (func))
|
|
(memory $0 0)
|
|
(export "memory" (memory $0))
|
|
(export "theDefault" (func $export-default/theDefault))
|
|
(export "default" (func $export-default/theDefault))
|
|
(func $export-default/theDefault (; 0 ;) (type $FUNCSIG$v)
|
|
nop
|
|
)
|
|
)
|