build(emsdk): update to latest version and fix unused import warning

Updates CI/CD emsdk from pinned 3.1.43 to latest (4.0.22), resolving a version
mismatch between local dev (which used latest) and production builds. This
discrepancy likely caused production-only ErrnoError bugs that were impossible
to reproduce locally.
This commit is contained in:
2025-12-29 15:00:43 -06:00
parent e017a87e12
commit 6a4abcec0d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Setup Emscripten SDK
uses: pyodide/setup-emsdk@v15
with:
version: 3.1.43
version: latest
actions-cache-folder: "emsdk-cache-b"
- name: Setup Rust (WASM32 Emscripten)