Fix and also unify ugc example, see #101

This commit is contained in:
dcodeIO
2018-05-09 15:22:38 +02:00
parent 1f3bb61fae
commit dae9880428
5 changed files with 970 additions and 1072 deletions

View File

@ -9,7 +9,7 @@ Instructions
To build [assembly/ugc.ts](./assembly/ugc.ts) to an untouched and an optimized `.wasm` including their respective `.wat` representations, run:
```
$> npm run build
$> npm run asbuild
```
Afterwards, to run the included [test](./tests/index.js):