1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur a5194274af LibWasm: Stub out/implement parsing of all ElementSection segments
Previously, this was parsing only one kind because I mistakenly assumed
that they all had the same shape, now it can parse two kinds, and will
return NotImplemented for the rest.
2021-05-13 19:44:32 +01:00
..
AbstractMachine.cpp LibWasm: Stub out/implement parsing of all ElementSection segments 2021-05-13 19:44:32 +01:00
AbstractMachine.h LibWasm: Add basic support for module instantiation and execution stubs 2021-05-13 19:44:32 +01:00
Configuration.cpp LibWasm: Add basic support for module instantiation and execution stubs 2021-05-13 19:44:32 +01:00
Configuration.h LibWasm: Add basic support for module instantiation and execution stubs 2021-05-13 19:44:32 +01:00
Interpreter.cpp LibWasm: Add basic support for module instantiation and execution stubs 2021-05-13 19:44:32 +01:00
Interpreter.h LibWasm: Add basic support for module instantiation and execution stubs 2021-05-13 19:44:32 +01:00