diff options
author | Timothy Flynn <trflynn89@pm.me> | 2023-03-16 12:59:32 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-03-16 19:39:17 +0000 |
commit | 57646c86ef02e420d3874616429f4ccf790de355 (patch) | |
tree | 0623d87194c915ecad44c625dedacca2d45fa6d7 /Userland/Libraries/LibWeb/idl_files.cmake | |
parent | 2cd7159694f4511c9f5565ce65fa77b54f9baf5b (diff) | |
download | serenity-57646c86ef02e420d3874616429f4ccf790de355.zip |
LibWeb: Port the WebAssembly namespace to IDL
Diffstat (limited to 'Userland/Libraries/LibWeb/idl_files.cmake')
-rw-r--r-- | Userland/Libraries/LibWeb/idl_files.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/idl_files.cmake b/Userland/Libraries/LibWeb/idl_files.cmake index 1fe22bee79..e84c90cb3b 100644 --- a/Userland/Libraries/LibWeb/idl_files.cmake +++ b/Userland/Libraries/LibWeb/idl_files.cmake @@ -204,6 +204,7 @@ libweb_js_bindings(WebAssembly/Instance) libweb_js_bindings(WebAssembly/Memory) libweb_js_bindings(WebAssembly/Module) libweb_js_bindings(WebAssembly/Table) +libweb_js_bindings(WebAssembly/WebAssembly NAMESPACE) libweb_js_bindings(WebGL/WebGLContextEvent) libweb_js_bindings(WebGL/WebGLRenderingContext) libweb_js_bindings(WebIDL/DOMException) |