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

@ -22,7 +22,7 @@ function compile() {
path.basename(this.resourcePath),
"--baseDir", path.dirname(this.resourcePath),
"--binaryFile", basePath + ".wasm",
"--textFile", basePath + ".wast",
"--textFile", basePath + ".wat",
"--validate",
"--optimize"
];