1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00

Update to wasm-bindgen 0.2.87 (#3237)

* Update to wasm-bindgen 0.2.87

Required by the new `wgpu` version

* Catch unknown arguments to build_demo_web.sh
This commit is contained in:
Emil Ernerfeldt
2023-08-11 15:34:16 +02:00
committed by GitHub
parent dd5285cccb
commit f78db80840
6 changed files with 16 additions and 15 deletions

View File

@@ -112,7 +112,7 @@ jobs:
- name: wasm-bindgen
uses: jetli/wasm-bindgen-action@v0.1.0
with:
version: "0.2.86"
version: "0.2.87"
- run: ./scripts/wasm_bindgen_check.sh --skip-setup