Skip to content

Commit 541b940

Browse files
committed
Fix deprecation warning in run-wasm helper
1 parent 89008ef commit 541b940

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-wasm/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fn main() {
2-
cargo_run_wasm::run_wasm_with_css("body { margin: 0px; }");
2+
cargo_run_wasm::run_wasm_cli_with_css("body { margin: 0px; }");
33
}

0 commit comments

Comments
 (0)