ladybird/Userland/Libraries/LibWeb/WebAssembly
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
..
WebAssemblyObject.cpp LibWasm+LibWeb: Partially resolve memory exports 2021-05-26 15:34:13 +04:30
WebAssemblyObject.h LibWasm+LibWeb: Partially resolve memory exports 2021-05-26 15:34:13 +04:30
WebAssemblyObjectPrototype.cpp LibWasm+LibWeb: Partially resolve memory exports 2021-05-26 15:34:13 +04:30
WebAssemblyObjectPrototype.h LibWasm+LibWeb: Partially resolve memory exports 2021-05-26 15:34:13 +04:30