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/merge.optimized.wat

9 lines
131 B
Plaintext
Raw Normal View History

Rework resolver (#489) * Rework IR and resolver to use nested lookup tables * Integrate types into IR * Make components prefer IR, slimmed down AST * Implement `export *` * Add `@lazy` annotation and remove `--noTreeShaking` * Add `@start` annotation and remove magic `main` * Related refactoring, cleanup and docs
2019-02-21 00:11:22 +01:00
(module
Use Binaryen's function signature naming scheme (#522)
2019-03-01 00:01:23 +01:00
(type $FUNCSIG$v (func))
Rework resolver (#489) * Rework IR and resolver to use nested lookup tables * Integrate types into IR * Make components prefer IR, slimmed down AST * Implement `export *` * Add `@lazy` annotation and remove `--noTreeShaking` * Add `@start` annotation and remove magic `main` * Related refactoring, cleanup and docs
2019-02-21 00:11:22 +01:00
(memory $0 0)
(export "memory" (memory $0))
Use Binaryen's function signature naming scheme (#522)
2019-03-01 00:01:23 +01:00
(func $start (; 0 ;) (type $FUNCSIG$v)
Rework resolver (#489) * Rework IR and resolver to use nested lookup tables * Integrate types into IR * Make components prefer IR, slimmed down AST * Implement `export *` * Add `@lazy` annotation and remove `--noTreeShaking` * Add `@start` annotation and remove magic `main` * Related refactoring, cleanup and docs
2019-02-21 00:11:22 +01:00
nop
)
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 205ms Template: 3ms
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