mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
Also, start using labeled switch statements when dispatching maybe-runtime instructions like condbr to comptime-only variants like condbr_inline. This can't be merged until we get a zig1.wasm update due to #21385. Resolves: #21405