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
commit fb1f15774f
Notes: sideshowbarker 2024-07-17 07:14:09 +09:00
15 changed files with 121 additions and 171 deletions

View file

@ -482,6 +482,7 @@ class ResourceLoader;
}
namespace Web::WebAssembly {
class Module;
}
namespace Web::WebGL {