mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-24 04:01:46 +00:00
monkey-patch loader
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
(global $exports/vehicles.Car i32 (i32.const 4))
|
||||
(export "memory" (memory $0))
|
||||
(export "add" (func $exports/add))
|
||||
(export "$.setArgc" (func $~lib/setargc))
|
||||
(export "__setargc" (func $~lib/setargc))
|
||||
(export "subOpt" (func $exports/subOpt|trampoline))
|
||||
(export "math.sub" (func $exports/subOpt))
|
||||
(export "Animal.CAT" (global $exports/Animal.CAT))
|
||||
|
@ -23,7 +23,7 @@
|
||||
(global $exports/vehicles.Car i32 (i32.const 4))
|
||||
(export "memory" (memory $0))
|
||||
(export "add" (func $exports/add))
|
||||
(export "$.setArgc" (func $~lib/setargc))
|
||||
(export "__setargc" (func $~lib/setargc))
|
||||
(export "subOpt" (func $exports/subOpt|trampoline))
|
||||
(export "math.sub" (func $exports/math.sub))
|
||||
(export "Animal.CAT" (global $exports/Animal.CAT))
|
||||
|
Reference in New Issue
Block a user