mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
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 :^)
This commit is contained in:
parent
4a459d2430
commit
cf8b75c2e5
6 changed files with 173 additions and 49 deletions
|
@ -222,6 +222,7 @@ set(SOURCES
|
|||
UIEvents/MouseEvent.cpp
|
||||
URLEncoder.cpp
|
||||
WebAssembly/WebAssemblyObject.cpp
|
||||
WebAssembly/WebAssemblyObjectPrototype.cpp
|
||||
WebContentClient.cpp
|
||||
XHR/EventNames.cpp
|
||||
XHR/XMLHttpRequest.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue