ladybird/Userland/Libraries/LibWasm
Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Let's make it a bit more clear when we're appending the elements from
one vector to the end of another vector.
2021-06-12 13:24:45 +02:00
..
AbstractMachine LibWasm: ALWAYS_INLINE some very hot functions 2021-06-09 23:05:32 +04:30
Parser AK: Rename Vector::append(Vector) => Vector::extend(Vector) 2021-06-12 13:24:45 +02:00
Printer LibWasm+wasm: Switch to east-const to comply with project style 2021-06-04 16:07:42 +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: Move Wasm::BytecodeInterpreter into its own header 2021-06-05 14:31:54 +04:30
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 LibWasm+wasm: Switch to east-const to comply with project style 2021-06-04 16:07:42 +04:30