mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb: Add WebAssembly.Global and exports support for global instances
This commit is contained in:
parent
910ff8b694
commit
44e3817219
Notes:
github-actions[bot]
2024-12-24 14:21:40 +00:00
Author: https://github.com/ADKaster
Commit: 44e3817219
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3028
10 changed files with 268 additions and 4 deletions
|
@ -802,6 +802,7 @@ class PerformanceMeasure;
|
|||
}
|
||||
|
||||
namespace Web::WebAssembly {
|
||||
class Global;
|
||||
class Instance;
|
||||
class Memory;
|
||||
class Module;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue