Remove wabt-strip from log comment (#164)
This commit is contained in:
parent
5c6a3d0897
commit
c3bbfb38f3
|
@ -61,7 +61,7 @@ struct Bundle: ParsableCommand {
|
|||
try strip(mainWasmPath)
|
||||
|
||||
try terminal.logLookup(
|
||||
"After applying `wasm-strip` the main binary size is ",
|
||||
"After stripping debug info the main binary size is ",
|
||||
localFileSystem.humanReadableFileSize(mainWasmPath),
|
||||
newline: true
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue