mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-02 16:11:49 +00:00
Initial external decorator for annotating explicit import names; Use file name as default module name in imports; Emit empty memory if there are no static segments; Update TLSF and examples accordingly
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
(global $exports/vehicles.Car.TIRES i32 (i32.const 4))
|
||||
(global $exports/outer.inner.a i32 (i32.const 42))
|
||||
(global $HEAP_BASE i32 (i32.const 8))
|
||||
(memory $0 1)
|
||||
(memory $0 0)
|
||||
(export "add" (func $exports/add))
|
||||
(export "_setargc" (func $~setargc))
|
||||
(export "subOpt" (func $exports/subOpt|trampoline))
|
||||
|
Reference in New Issue
Block a user