Files
zig/src/codegen
Andrew Kelley 02119362d7 wasm linking: handle unreachable call_indirect
The compiler crashed when we tried to call a function pointer for which
the type signature does not match any function body or function import
in the entire wasm executable, because there is no way to create a
reference to a function without it being in the function table or import
table. Solution is to make this instruction lower to unreachable.
2025-10-29 06:20:51 -07:00
..
2025-10-02 17:44:52 -04:00
2025-07-02 14:50:41 -07:00
2025-08-31 12:49:18 -07:00
2025-07-27 06:59:38 -04:00
2025-10-27 11:19:51 +01:00