mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-20 02:11:31 +00:00
Initial implementation if ugc, see #16; Fix tests
This commit is contained in:
20
examples/ugc/README.md
Normal file
20
examples/ugc/README.md
Normal file
@ -0,0 +1,20 @@
|
||||
μgc garbage collector
|
||||
=====================
|
||||
|
||||
A port of [Bach Le's μgc garbage collector library](https://github.com/bullno1/ugc) to AssemblyScript.
|
||||
|
||||
Instructions
|
||||
------------
|
||||
|
||||
To build [assembly/ugc.ts](./assembly/ugc.ts) to an untouched and an optimized `.wasm` including their respective `.wast` representations, run:
|
||||
|
||||
```
|
||||
$> npm run build
|
||||
```
|
||||
|
||||
Afterwards, to run the included [test](./tests/index.js):
|
||||
|
||||
```
|
||||
$> npm install
|
||||
$> npm test
|
||||
```
|
Reference in New Issue
Block a user