mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
LibWeb: Add the WebAssembly.Module constructor
This commit is contained in:
parent
8acc8339d1
commit
321db0159e
9 changed files with 193 additions and 30 deletions
|
@ -227,6 +227,8 @@ set(SOURCES
|
|||
WebAssembly/WebAssemblyInstanceObjectPrototype.cpp
|
||||
WebAssembly/WebAssemblyMemoryConstructor.cpp
|
||||
WebAssembly/WebAssemblyMemoryPrototype.cpp
|
||||
WebAssembly/WebAssemblyModuleConstructor.cpp
|
||||
WebAssembly/WebAssemblyModuleObject.cpp
|
||||
WebAssembly/WebAssemblyObject.cpp
|
||||
WebContentClient.cpp
|
||||
XHR/EventNames.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue