We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run-wasm
1 parent 89008ef commit 541b940Copy full SHA for 541b940
1 file changed
run-wasm/src/main.rs
@@ -1,3 +1,3 @@
1
fn main() {
2
- cargo_run_wasm::run_wasm_with_css("body { margin: 0px; }");
+ cargo_run_wasm::run_wasm_cli_with_css("body { margin: 0px; }");
3
}
0 commit comments