ladybird/Libraries/LibWasm/Parser
Marcus Nilsson bfa51c2555 LibWasm: Parse struct types and support multiple types in type section
This patch adds support for parsing structs in the type section.

It also removes the assumption that all types in the type section are
function types, adding appropriate validation.

Spec tests struct.3 and struct.4 have been disable as this would
require expanding `ValueType` to include more heap-types.
2026-02-04 14:29:22 +01:00
..
Parser.cpp LibWasm: Parse struct types and support multiple types in type section 2026-02-04 14:29:22 +01:00