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

LibWeb: Port WebAssembly.Table to IDL

This commit is contained in:
Timothy Flynn 2023-03-15 20:16:22 -04:00 committed by Andreas Kling
parent ca96f8e364
commit 2cfcbccdb5
17 changed files with 230 additions and 357 deletions

View file

@ -485,6 +485,7 @@ namespace Web::WebAssembly {
class Instance;
class Memory;
class Module;
class Table;
}
namespace Web::WebGL {