LibWeb: Port WebAssembly.Memory to IDL

This commit is contained in:
Timothy Flynn 2023-03-15 19:29:57 -04:00 committed by Andreas Kling
commit ca96f8e364
Notes: sideshowbarker 2024-07-17 08:35:21 +09:00
15 changed files with 148 additions and 216 deletions

View file

@ -38,6 +38,7 @@ static bool is_platform_object(Type const& type)
"FormData"sv,
"ImageData"sv,
"Instance"sv,
"Memory"sv,
"Module"sv,
"MutationRecord"sv,
"NamedNodeMap"sv,