We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afaf2f commit 040ed0aCopy full SHA for 040ed0a
src/main.rs
@@ -31,7 +31,7 @@ fn main() -> Result<(), anyhow::Error> {
31
32
let output = wasm_bindgen::generate(&wasm_file)?;
33
34
- info!("wasm output is {} large", pretty_size(output.compressed_wasm.len()));
+ info!("compressed wasm output is {} large", pretty_size(output.compressed_wasm.len()));
35
36
let rt = tokio::runtime::Runtime::new()?;
37
rt.block_on(server::run_server(options, output))?;
0 commit comments