mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:57:45 +00:00
LibWeb: Split the WebAssemblyInstance object logic into multiple files
Now that we're adding a constructor to it, let's split it up like the rest of LibWeb does.
This commit is contained in:
parent
a4897ed7b2
commit
bfb3d9e9d0
7 changed files with 116 additions and 77 deletions
|
@ -222,10 +222,11 @@ set(SOURCES
|
|||
UIEvents/EventNames.cpp
|
||||
UIEvents/MouseEvent.cpp
|
||||
URLEncoder.cpp
|
||||
WebAssembly/WebAssemblyInstanceObject.cpp
|
||||
WebAssembly/WebAssemblyInstanceObjectPrototype.cpp
|
||||
WebAssembly/WebAssemblyMemoryConstructor.cpp
|
||||
WebAssembly/WebAssemblyMemoryPrototype.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