mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-04 00:51:51 +00:00
13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
![]() |
(module
|
||
|
(type $v (func))
|
||
|
(memory $0 1)
|
||
|
(export "memory" (memory $0))
|
||
|
(start $start)
|
||
|
(func $infer-type/locals (; 0 ;) (type $v)
|
||
|
(nop)
|
||
|
)
|
||
|
(func $start (; 1 ;) (type $v)
|
||
|
(call $infer-type/locals)
|
||
|
)
|
||
|
)
|