mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-13 06:51:34 +00:00
refactor into stdlib
This commit is contained in:
6
std/assembly/rt/README.md
Normal file
6
std/assembly/rt/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
The AssemblyScript Runtime
|
||||
==========================
|
||||
|
||||
The runtime provides the functionality necessary to dynamically allocate and deallocate memory of objects, arrays and buffers, as well as keep track of references that are no longer used.
|
||||
|
||||
It is based on [the TLSF memory manager](./tlsf.ts) and [a pure reference counting garbage collector](./pure.ts).
|
Reference in New Issue
Block a user