Files
ladybird/Libraries/LibWasm/AbstractMachine
Jelle Raaijmakers f764b881bc LibWasm: Add reference type subtyping to the validator
The typed function references proposal requires subtype checking: e.g.
(ref $t) is a subtype of (ref func), and a non-nullable reference is a
subtype of its nullable counterpart. This is needed for correct
validation of `call_ref` and `return_call_ref`.
2026-03-07 16:05:20 +01:00
..