Remove wabt-strip from log comment (#164)

This commit is contained in:
Yuta Saito 2020-11-09 22:03:17 +09:00 committed by GitHub
parent 5c6a3d0897
commit c3bbfb38f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
)