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. Continuously updates the
Instructions
------------
To build [assembly/game-of-life.ts](./assembly/game-of-life.ts) to an untouched and an optimized `.wasm` including their respective `.wast` representations, run:
To build [assembly/game-of-life.ts](./assembly/game-of-life.ts) to an untouched and an optimized `.wasm` including their respective `.wat` representations, run:
```
$> npm run build

View File

@ -119,7 +119,7 @@ API
Building
--------
To build [assembly/i64.ts](./assembly/i64.ts) to an untouched and an optimized `.wasm` including their respective `.wast` representations, run:
To build [assembly/i64.ts](./assembly/i64.ts) to an untouched and an optimized `.wasm` including their respective `.wat` representations, run:
```
$> npm run build

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

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