Skip to content

Commit

Permalink
Another attempt at fixing WASM version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasda7777 committed Dec 7, 2023
1 parent 3079a56 commit 70ca8ac
Show file tree
Hide file tree
Showing 3 changed files with 1,204 additions and 1,202 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ rand = "0.8"
rand_chacha = "0.3"
toml = "0.8"
log = "0.4"
web-time = "0.2"

# web:
[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<link data-trunk rel="copy-file" href="assets/icon-256.png" />
<link data-trunk rel="copy-file" href="assets/icon_ios_touch_192.png" />
<link data-trunk rel="copy-file" href="assets/maskable_icon_x512.png" />

<link data-trunk rel="copy-file" href="config.toml" />

<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="icon_ios_touch_192.png">
Expand Down
Loading

0 comments on commit 70ca8ac

Please sign in to comment.