mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
LibWeb: Define WebAssembly namespace and import it in web bindings
This will contain concrete definitions of WebAssembly objects used by generated WebAssembly IDL.
This commit is contained in:
parent
af119d92cb
commit
5c97ffb94f
2 changed files with 6 additions and 0 deletions
|
@ -481,6 +481,9 @@ class Resource;
|
|||
class ResourceLoader;
|
||||
}
|
||||
|
||||
namespace Web::WebAssembly {
|
||||
}
|
||||
|
||||
namespace Web::WebGL {
|
||||
class WebGLContextEvent;
|
||||
class WebGLRenderingContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue