ladybird/Userland/Libraries/LibWasm
Diego d07cf26894 LibWasm: Fix loop arity for single-type blocktypes
Single-type blocktypes previously gave loop labels an arity of 1, even
though they're shorthand for `[] -> [T]`.
2024-07-11 00:51:03 +02:00
..
AbstractMachine LibWasm: Fix loop arity for single-type blocktypes 2024-07-11 00:51:03 +02:00
Parser LibWasm: Error when parsed section lengths are invalidated 2024-07-09 14:22:31 +02:00
Printer
Tests
WASI LibWasm: Give names to functions exported to JS via ref.func 2024-07-10 00:37:18 +02:00
CMakeLists.txt Meta: Remove SerenityOS-specific WASM test installer 2024-06-24 09:45:41 -06:00
Constants.h
Forward.h
Opcode.h
Types.h LibWasm: Remove Wasm::ValueType::Kind::Null* variants 2024-07-09 14:22:00 +02:00
Wasi.h