ladybird/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur cf8b75c2e5 LibWasm+LibWeb: Partially resolve memory exports
This allows the JS side to access the wasm memory, assuming it's
exported by the module.
This can be used to draw stuff on the wasm side and display them from
the js side, for example :^)
2021-05-26 15:34:13 +04:30
..
AbstractMachine.cpp LibWasm: Correct memory init size when instantiating 2021-05-26 15:34:13 +04:30
AbstractMachine.h LibWasm: Correct memory init size when instantiating 2021-05-26 15:34:13 +04:30
Configuration.cpp LibWasm+LibWeb: Implement (a very basic version of) the JS link/import 2021-05-26 15:34:13 +04:30
Configuration.h LibWasm+LibWeb: Implement (a very basic version of) the JS link/import 2021-05-26 15:34:13 +04:30
Interpreter.cpp LibWasm+LibWeb: Partially resolve memory exports 2021-05-26 15:34:13 +04:30
Interpreter.h LibWasm: Trap instead of VERIFY()'ing 2021-05-21 00:15:23 +01:00