capabilities to detect half/full runtime header

This commit is contained in:
dcode
2019-03-18 13:45:10 +01:00
parent ba4c00efbd
commit c147e98a55
6 changed files with 30 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
(export "memory" (memory $0))
(export "table" (table $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))