Files
serenity/Userland/Libraries/LibWeb/WebAssembly
Diego Frias ed11132675 LibWasm: Clean up module sections API
Remove `for_each_section_of_type` in favor of making the module's
sections defined as distinct fields. This means it is no longer possible
to have two of the same section (which is invalid in WebAssembly, for
anything other than custom sections).

(cherry picked from commit 23cfee22058880f8251d9627e7f6640d466c37a9)
2024-10-31 20:13:13 -04:00
..