1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 01:51:03 +09:00
ladybird/Userland/Libraries/LibWasm
Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T>
This makes it much clearer what this cast actually does: it will
VERIFY that the thing we're casting is a T (using is<T>()).
2021-06-24 19:57:01 +02:00
..
AbstractMachine AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
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 Meta+LibWasm: Add support for module linking tests 2021-06-22 00:26:25 +04:30
CMakeLists.txt LibWasm: Remove empty AbstractMachine/Interpreter.cpp 2021-06-20 01:49:56 +01:00
Constants.h LibWasm: Limit the call stack depth and the number of executed insts 2021-06-22 00:26:25 +04:30
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