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

μgc garbage collector

A port of Bach Le's μgc garbage collector library to AssemblyScript.

Instructions

To build 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:

$> npm install
$> npm test