Logo
Explore Help
Sign In
fluencelabs/assemblyscript
1
0
Fork 0
You've already forked assemblyscript
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-10 14:18:01 +00:00
Code Issues Projects Releases Wiki Activity
assemblyscript/tests/compiler/namespace.optimized.wat

12 lines
195 B
Plaintext
Raw Normal View History

Namespaces
2017-12-13 23:24:13 +01:00
(module
(type $v (func))
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
2018-06-28 01:44:32 +02:00
(memory $0 0)
Use stack IR when emitting text format (#312)
2018-11-08 08:04:24 +01:00
(table $0 1 anyfunc)
Do not emit debug info by default This basically flips the --noDebug flag to become a --debug flag, so some optimizations, like inlining, aren't skipped by default, which might be unexpected.
2018-11-09 12:28:10 +01:00
(elem (i32.const 0) $start)
Namespaces
2017-12-13 23:24:13 +01:00
(export "memory" (memory $0))
Update Binaryen to latest; Various fixes
2018-10-11 08:49:08 +02:00
(export "table" (table $0))
Do not emit debug info by default This basically flips the --noDebug flag to become a --debug flag, so some optimizations, like inlining, aren't skipped by default, which might be unexpected.
2018-11-09 12:28:10 +01:00
(func $start (; 0 ;) (type $v)
Use stack IR when emitting text format (#312)
2018-11-08 08:04:24 +01:00
nop
Always add a null function at table index zero This allows function references (a table index internally) to be nullable
2018-09-17 01:48:35 +02:00
)
Namespaces
2017-12-13 23:24:13 +01:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 1132ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API