1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-06-25 20:51:44 +00:00
Files
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
assemblyscript/examples/tlsf
dcodeIO de066fc128 Preliminary strings
While not well-wrought, it's at least possible now to log some stuff when debugging
2018-01-27 05:35:14 +01:00
..
2018-01-27 05:35:14 +01:00
2018-01-27 05:35:14 +01:00

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