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 @@ An [AssemblyScript](http://assemblyscript.org) example. Decodes a [PSON](https:/
Instructions
------------
To build [assembly/pson.ts](./assembly/pson.ts) to an untouched and an optimized `.wasm` including their respective `.wast` representations, run:
To build [assembly/pson.ts](./assembly/pson.ts) to an untouched and an optimized `.wasm` including their respective `.wat` representations, run:
```
$> npm run build