Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #475 from MaxGraey/update-as-template
Browse files Browse the repository at this point in the history
update AssemblyScript template
  • Loading branch information
yurydelendik authored Feb 19, 2021
2 parents eeed13d + d442035 commit 99806ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/empty_ts/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ gulp.task("build", callback => {
"--binaryFile", "../out/main.wasm",
"--sourceMap",
"--measure",
"--runtime", "half",
"--optimize"
"--runtime", "stub", // Please use "incremental" if you need GC
"-O3" // Please use "-O3z" if you need optimize for size
], callback);
});

Expand Down

0 comments on commit 99806ca

Please sign in to comment.