Skip to content

Commit

Permalink
--enable-sign-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
omochi committed Jun 11, 2024
1 parent 9e5fe32 commit 5462a26
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ struct CartonFrontendBundleCommand: AsyncParsableCommand {
async throws
{
var wasmOptArgs = [
"wasm-opt", "-Os", "--enable-bulk-memory", inputPath.pathString, "-o", outputPath.pathString,
"wasm-opt", "-Os", "--enable-bulk-memory", "--enable-sign-ext",
inputPath.pathString, "-o", outputPath.pathString,
]
if debugInfo {
wasmOptArgs.append("--debuginfo")
Expand Down

0 comments on commit 5462a26

Please sign in to comment.