mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 18:51:43 +00:00
Initial GC integration (#196)
This commit is contained in:
@ -4,10 +4,10 @@
|
||||
(memory $0 0)
|
||||
(export "memory" (memory $0))
|
||||
(start $start)
|
||||
(func $void/anInt (; 0 ;) (type $i) (result i32)
|
||||
(func $void/anInt (; 0 ;) (; has Stack IR ;) (type $i) (result i32)
|
||||
(i32.const 2)
|
||||
)
|
||||
(func $start (; 1 ;) (type $v)
|
||||
(func $start (; 1 ;) (; has Stack IR ;) (type $v)
|
||||
(drop
|
||||
(call $void/anInt)
|
||||
)
|
||||
|
Reference in New Issue
Block a user