From 38012b636b5102d5b0070737ae69a94a19f4d2a3 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Wed, 15 Apr 2026 23:54:02 -0500 Subject: [PATCH] Force wasm-bindgen to specific version --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4a6ec69..b5aecaf 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -23,6 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: cargo clean + - run: cargo update -f wasm-bindgen --precise $(wasm-bindgen --version | cut -d ' ' -f 2) - run: cargo build --target wasm32-unknown-unknown --bin wasm --features web --release - run: wasm-bindgen target/wasm32-unknown-unknown/release/wasm.wasm --out-dir wasm --web - run: cp wasm/* /data/site/nes/