mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-25 20:51:44 +00:00
bin
examples
game-of-life
i64-polyfill
pson
tlsf
assembly
tests
README.md
package.json
ugc
.gitignore
scripts
src
std
tests
.gitignore
.travis.yml
LICENSE
NOTICE
README.md
index.d.ts
index.js
package-lock.json
package.json
tsconfig-base.json
tslint.json
webpack.config.js
TLSF memory allocator
A port of Matt Conte's implementation of the TLSF memory allocator to AssemblyScript.
Instructions
To build assembly/tlsf.ts to an untouched and an optimized .wasm
including their respective .wast
representations, run:
$> npm run build
Afterwards, to run the included test:
$> npm install
$> npm test