1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:57:35 +00:00

LibWeb: Port WebAssembly.Instance to IDL

This commit is contained in:
Timothy Flynn 2023-03-15 18:15:28 -04:00 committed by Andreas Kling
parent fb1f15774f
commit de32c44762
17 changed files with 152 additions and 279 deletions

View file

@ -442,10 +442,8 @@ set(SOURCES
URL/URL.cpp
URL/URLSearchParams.cpp
URL/URLSearchParamsIterator.cpp
WebAssembly/Instance.cpp
WebAssembly/Module.cpp
WebAssembly/WebAssemblyInstanceConstructor.cpp
WebAssembly/WebAssemblyInstanceObject.cpp
WebAssembly/WebAssemblyInstanceObjectPrototype.cpp
WebAssembly/WebAssemblyMemoryConstructor.cpp
WebAssembly/WebAssemblyMemoryPrototype.cpp
WebAssembly/WebAssemblyObject.cpp