Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/utooweb-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install wasm-bindgen-cli
uses: jetli/wasm-bindgen-action@v0.2.0
with:
version: '0.2.106'
version: '0.2.108'
- name: Build WASM
run: |
npm run build --workspace=@utoo/pack-shared
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utooweb-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install wasm-bindgen-cli
uses: jetli/wasm-bindgen-action@v0.2.0
with:
version: '0.2.106'
version: '0.2.108'
- name: Build
run: npx turbo run build --filter=@utoo/web
- name: Get version from release or use alpha version
Expand Down
29 changes: 15 additions & 14 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/utoo-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ tracing = { workspace = true }
tracing-subscriber = { workspace = true }
tracing-web = "0.1.3"
utoo-ruborist = { path = "../ruborist" }
wasm-bindgen = "0.2.106"
wasm-bindgen-futures = "0.4.56"
wasm-bindgen = "0.2.108"
wasm-bindgen-futures = "0.4.58"

## turbpack specific - conditional on utoopack feature
pack-api = { workspace = true, optional = true }
Expand Down
Loading
Loading