| author | |
| committer | |
| log | 4eb3f50fcf6fcfb6b8013571be00b9eeeb909833 |
| tree | 89801ed5e397da8761e23de62cd74714bcfbbda3 |
| parent | 65368683ad92b858d0a391cb29d37c0476784b40 |
This should improve the developer debugging experience.1 files changed, 1 insertions(+), 0 deletions(-)
src/arch/wasm/CodeGen.zig+1| ... | ... | @@ -3298,6 +3298,7 @@ fn airTrap(func: *CodeGen, inst: Air.Inst.Index) InnerError!void { |
| 3298 | 3298 | fn airBreakpoint(func: *CodeGen, inst: Air.Inst.Index) InnerError!void { |
| 3299 | 3299 | // unsupported by wasm itfunc. Can be implemented once we support DWARF |
| 3300 | 3300 | // for wasm |
| 3301 | try func.addTag(.@"unreachable"); | |
| 3301 | 3302 | func.finishAir(inst, .none, &.{}); |
| 3302 | 3303 | } |
| 3303 | 3304 |