mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 11:11:43 +00:00
Better resolve infrastructure; Instance fields
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
)
|
||||
(func $namespace/Joined.anotherFunc (; 1 ;) (type $i) (result i32)
|
||||
(return
|
||||
(get_global $namespace/Joined.THREE)
|
||||
(i32.const 3)
|
||||
)
|
||||
)
|
||||
(func $start (; 2 ;) (type $v)
|
||||
@ -27,7 +27,7 @@
|
||||
(call $namespace/Outer.Inner.aFunc)
|
||||
)
|
||||
(drop
|
||||
(get_global $namespace/Outer.Inner.anEnum.ONE)
|
||||
(i32.const 1)
|
||||
)
|
||||
(drop
|
||||
(call $namespace/Joined.anotherFunc)
|
||||
|
Reference in New Issue
Block a user