mirror of
https://github.com/ziglang/zig.git
synced 2025-12-26 16:13:07 +00:00
The wasm codegen for switch was using br_if opcodes, but it needs to be reworked to use a br_table opcode instead.
The wasm codegen for switch was using br_if opcodes, but it needs to be reworked to use a br_table opcode instead.