Namespaces

This commit is contained in:
dcodeIO
2017-12-13 23:24:13 +01:00
parent 7d85b0cc7f
commit 99b0fdf7a8
30 changed files with 514 additions and 128 deletions

View File

@ -16,7 +16,10 @@
(get_local $1)
)
)
(func $start (; 2 ;) (type $v)
(func $export/ns.two (; 2 ;) (type $v)
(nop)
)
(func $start (; 3 ;) (type $v)
(drop
(i32.add
(call $export/add
@ -29,5 +32,6 @@
)
)
)
(call $export/ns.two)
)
)