Update cargo-run-wasm (#2509)

This commit is contained in:
Lucas Kent 2022-10-09 13:49:19 +11:00 committed by GitHub
parent 4d48c76da9
commit bb0f965c57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
fn main() {
cargo_run_wasm::run_wasm();
cargo_run_wasm::run_wasm_with_css("body { margin: 0px; }");
}