1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:17:45 +00:00

LibWeb: Port WebAssembly.Module to IDL

This commit is contained in:
Timothy Flynn 2023-03-15 14:47:54 -04:00 committed by Andreas Kling
parent 5c97ffb94f
commit fb1f15774f
15 changed files with 121 additions and 171 deletions

View file

@ -37,6 +37,7 @@ static bool is_platform_object(Type const& type)
"FileList"sv,
"FormData"sv,
"ImageData"sv,
"Module"sv,
"MutationRecord"sv,
"NamedNodeMap"sv,
"Node"sv,