Skip to content

Commit

Permalink
Merge pull request #12 from sdasda7777/sdasda7777_pages12
Browse files Browse the repository at this point in the history
Fixed WASM main
  • Loading branch information
sdasda7777 authored Nov 24, 2023
2 parents 9fd1ecd + ca545dc commit ba647fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ toml = "0.8"
[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2", features = ["js"] }
wasm-bindgen = "=0.2.84"
wasm-bindgen-futures = "0.4"

[profile.release]
opt-level = 2 # fast and small wasm
Expand Down

0 comments on commit ba647fe

Please sign in to comment.