mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-23 03:31:44 +00:00
.github
bin
cli
dist
examples
game-of-life
i64-polyfill
mandelbrot
assembly
build
.gitignore
optimized.d.ts
optimized.wasm
optimized.wat
untouched.wat
README.md
index.html
index.js
package.json
n-body
pson
.gitignore
lib
media
scripts
snap
src
std
tests
.gitattributes
.gitignore
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
NOTICE
README.md
index.d.ts
index.js
package-lock.json
package.json
tsconfig-base.json
tsconfig-docs.json
tslint.json
webpack.config.js
* 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