1
Fork 0
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:
Ali Mohammad Pur 2021-07-01 15:14:05 +04:30 committed by Ali Mohammad Pur
parent 8acc8339d1
commit 321db0159e
9 changed files with 193 additions and 30 deletions

View file

@ -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