1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:48:14 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 35b3ae26ed LibWasm: Implement a very basic linker
This will simply "link" any given module instances and produce a list of
external values that can be used to instantiate a module.
Note that this is extremely basic and cannot resolve circular
dependencies, and depends on the instance order.
2021-05-21 00:15:23 +01:00
..
AbstractMachine.cpp LibWasm: Implement a very basic linker 2021-05-21 00:15:23 +01:00
AbstractMachine.h LibWasm: Implement a very basic linker 2021-05-21 00:15:23 +01:00
Configuration.cpp LibWasm: Trap instead of VERIFY()'ing 2021-05-21 00:15:23 +01:00
Configuration.h LibWasm: Start implementing a naive bytecode interpreter 2021-05-17 23:25:30 +02:00
Interpreter.cpp LibWasm: Trap instead of VERIFY()'ing 2021-05-21 00:15:23 +01:00
Interpreter.h LibWasm: Trap instead of VERIFY()'ing 2021-05-21 00:15:23 +01:00