1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00
serenity/Userland/Libraries/LibWasm
Ali Mohammad Pur faa34a0a8b LibWasm: Do not resize() the function signature list to preallocate
Instead, use `ensure_capacity()`.
2021-05-17 23:25:30 +02:00
..
AbstractMachine LibWasm: Stub out/implement parsing of all ElementSection segments 2021-05-13 19:44:32 +01:00
Parser LibWasm: Do not resize() the function signature list to preallocate 2021-05-17 23:25:30 +02:00
Printer LibWasm: Stub out/implement parsing of all ElementSection segments 2021-05-13 19:44:32 +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: Start implementing a basic WebAssembly binary format parser 2021-05-08 22:14:39 +02:00
Opcode.h LibWasm: Un-nest the structured instructions 2021-05-13 19:44:32 +01:00
Types.h LibWasm: Stub out/implement parsing of all ElementSection segments 2021-05-13 19:44:32 +01:00