1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00
serenity/Userland/Libraries/LibWasm
Ali Mohammad Pur ea7ba34a31 AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't contained
Checking for this (and get()'ing it) is always invalid, so let's just
disallow it.
This also finds two bugs where the code is checking for types that can
never actually be in the variant (which was actually a refactor
artifact).
2021-06-02 18:02:47 +02:00
..
AbstractMachine AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't contained 2021-06-02 18:02:47 +02:00
Parser LibWasm: Parse the "extend" set of instructions 2021-06-02 16:09:16 +04:30
Printer LibWasm: Parse the "extend" set of instructions 2021-06-02 16:09:16 +04:30
Tests LibWasm+Meta: Add test-wasm and optionally test the conformance tests 2021-05-21 00:15:23 +01:00
CMakeLists.txt LibWasm: Add basic support for module instantiation and execution stubs 2021-05-13 19:44:32 +01:00
Constants.h LibWasm: Implement memory.grow, memory.size and drop 2021-05-17 23:25:30 +02:00
Opcode.h LibWasm: Parse the "extend" set of instructions 2021-06-02 16:09:16 +04:30
Types.h wasm: Add a way to create dummy function exports 2021-06-02 16:09:16 +04:30