mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-15 16:01:30 +00:00
Replace more .wast references with .wat
This commit is contained in:
@ -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"
|
||||
];
|
||||
|
Reference in New Issue
Block a user