mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +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
|
@ -2770,6 +2770,7 @@ using namespace Web::Streams;
|
|||
using namespace Web::UIEvents;
|
||||
using namespace Web::URL;
|
||||
using namespace Web::XHR;
|
||||
using namespace Web::WebAssembly;
|
||||
using namespace Web::WebGL;
|
||||
using namespace Web::WebIDL;
|
||||
|
||||
|
@ -2959,6 +2960,7 @@ using namespace Web::Streams;
|
|||
using namespace Web::UIEvents;
|
||||
using namespace Web::URL;
|
||||
using namespace Web::XHR;
|
||||
using namespace Web::WebAssembly;
|
||||
using namespace Web::WebGL;
|
||||
using namespace Web::WebIDL;
|
||||
|
||||
|
@ -3183,6 +3185,7 @@ using namespace Web::UIEvents;
|
|||
using namespace Web::URL;
|
||||
using namespace Web::WebSockets;
|
||||
using namespace Web::XHR;
|
||||
using namespace Web::WebAssembly;
|
||||
using namespace Web::WebGL;
|
||||
using namespace Web::WebIDL;
|
||||
|
||||
|
|
|
@ -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