You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure the WASM build uses Zig 0.15 (not 0.14) and that CI/release workflows reference the correct toolchain.
5
+
6
+
## Status
7
+
- State: triage
8
+
- Priority: HIGH (release blocker)
9
+
- Created: 2025-12-26
10
+
- Triggered by: Tom's request to verify WASM toolchain version
11
+
12
+
## Context
13
+
The release scope for `0.16.300-preview` includes Native + WASM + Browser. Round 77 fixed WASM build compatibility for Zig 0.15 (TASK-212), but we need to verify:
14
+
1. The WASM build actually uses Zig 0.15 (not 0.14)
15
+
2. CI workflows reference Zig 0.15
16
+
3. Build scripts don't have hardcoded 0.14 references
0 commit comments