Skip to content

Commit

Permalink
修复由于 pollster 依赖导致的 wasm 加载时报错
Browse files Browse the repository at this point in the history
  • Loading branch information
jinleili committed Dec 21, 2024
1 parent b4c2e0d commit bc89d4c
Show file tree
Hide file tree
Showing 474 changed files with 2,917 additions and 3,568 deletions.
Empty file modified .cargo/config.toml
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: rustup target add wasm32-unknown-unknown

- name: Install wasm-bindgen-cli
run: cargo install wasm-bindgen-cli --version=0.2.97
run: cargo install wasm-bindgen-cli --version=0.2.99

- name: Download Binaryen
run: |
Expand Down
Empty file modified .github/workflows/rust.yml
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ Chunk*

debug.xcodeproj/
.DS_Store
本地记录.md
934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .yarnrc.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.3.cjs
Loading

0 comments on commit bc89d4c

Please sign in to comment.