Better resolve infrastructure; Instance fields

This commit is contained in:
dcodeIO
2018-01-03 18:33:27 +01:00
parent fb2b7aa96b
commit ae99adefce
17 changed files with 1428 additions and 318 deletions

View File

@ -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)