Skip to content

Commit 040ed0a

Browse files
mousetailjakobhellermann
authored andcommitted
Explicitly state that the size listed is the compressed size
1 parent 6afaf2f commit 040ed0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn main() -> Result<(), anyhow::Error> {
3131

3232
let output = wasm_bindgen::generate(&wasm_file)?;
3333

34-
info!("wasm output is {} large", pretty_size(output.compressed_wasm.len()));
34+
info!("compressed wasm output is {} large", pretty_size(output.compressed_wasm.len()));
3535

3636
let rt = tokio::runtime::Runtime::new()?;
3737
rt.block_on(server::run_server(options, output))?;

0 commit comments

Comments
 (0)