Initial TLSF implementation (example), see #15

This commit is contained in:
dcodeIO
2018-01-16 05:25:03 +01:00
parent d1fed692f6
commit 867e037ff0
7 changed files with 638 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ A few early examples to get an idea:
* **[PSON decoder](./examples/pson)**<br />
A PSON decoder implemented in AssemblyScript.
* **[TLSF memory allocator](./examples/tlsf)**<br />
An early port of TLSF to AssemblyScript.
Or browse the [compiler tests](./tests/compiler) for a more in-depth overview of what's supported already. One of them is a [showcase](./tests/compiler/showcase.ts).
Getting started