Replace more .wast references with .wat

This commit is contained in:
dcodeIO
2018-02-19 19:16:16 +01:00
parent de1c4b3da5
commit 77e49bbd95
9 changed files with 25 additions and 7 deletions

View File

@ -6,7 +6,7 @@ A port of [Bach Le's μgc garbage collector library](https://github.com/bullno1/
Instructions
------------
To build [assembly/ugc.ts](./assembly/ugc.ts) to an untouched and an optimized `.wasm` including their respective `.wast` representations, run:
To build [assembly/ugc.ts](./assembly/ugc.ts) to an untouched and an optimized `.wasm` including their respective `.wat` representations, run:
```
$> npm run build