Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Jun 5, 2024
1 parent af6abb4 commit d7ac99c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ Then test the library with:
cargo run -p example_app

# web mode
# install trunk with `cargo install trunk` - https://trunkrs.dev/
cd example_app/ && trunk serve
```
2 changes: 2 additions & 0 deletions example_app/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.wasm32-unknown-unknown]
rustflags = ["--cfg=web_sys_unstable_apis"]

0 comments on commit d7ac99c

Please sign in to comment.