Skip to content

Commit

Permalink
Update run-wasm to fix build failure with updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Sep 22, 2024
1 parent cd3a459 commit f247d6e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/target
target/
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion run-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
cargo-run-wasm = "0.3"
cargo-run-wasm = "0.4"
2 changes: 1 addition & 1 deletion run-wasm/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ fn main() {
overflow: hidden;
}"#;

cargo_run_wasm::run_wasm_with_css(css);
cargo_run_wasm::run_wasm_cli_with_css(css);
}

0 comments on commit f247d6e

Please sign in to comment.