Skip to content

Commit

Permalink
Fix the usage of a deprecated run-wasm function
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbat00 committed Jul 5, 2024
1 parent 0444b1a commit 1e25ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-wasm/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fn main() {
cargo_run_wasm::run_wasm_with_css("body { margin: 0px; }");
cargo_run_wasm::run_wasm_cli_with_css("body { margin: 0px; }");
}

0 comments on commit 1e25ab1

Please sign in to comment.