Skip to content

Commit

Permalink
examples: fix the rust wasm test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 19, 2024
1 parent c9d3e17 commit 5fbd554
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/rust-wasm-cross/.test.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import("./app/pkg/app.js").then((app) => app.main());
import("./pkg/app.js").then((app) => app.main());
10 changes: 5 additions & 5 deletions examples/rust-wasm-cross/Cargo.lock

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

0 comments on commit 5fbd554

Please sign in to comment.