Skip to content

Commit

Permalink
Add more detailed release config for asconfig template (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGraey authored Nov 23, 2020
1 parent 0544b87 commit bdee862
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/asinit
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,10 @@ function ensureAsconfigJson() {
binaryFile: "build/optimized.wasm",
textFile: "build/optimized.wat",
sourceMap: true,
optimize: true
optimizeLevel: 3,
shrinkLevel: 1,
converge: false,
noAssert: false
}
},
options: {}
Expand Down

0 comments on commit bdee862

Please sign in to comment.