Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the GCNNLocals feature (#5080) | Thomas Lively | 2023-08-31 | 1 | -2/+2 |
| | | | | | Now that the WasmGC spec has settled on a way of validating non-nullable locals, we no longer need this experimental feature that allowed nonstandard uses of non-nullable locals. | ||||
* | [Wasm GC] Fix stacky non-nullable tuples (#4561) | Alon Zakai | 2022-03-31 | 1 | -0/+112 |
#4555 fixed validation for such tuples, but we also did not handle them in "stacky" code using pops etc., due to a logic bug in the binary reading code. |