mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb/WebAssembly: Implement Module::exports(module)
This commit is contained in:
parent
f984c1cc51
commit
95cc2bd810
Notes:
github-actions[bot]
2025-04-22 14:45:04 +00:00
Author: https://github.com/alimpfard
Commit: 95cc2bd810
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4423
Reviewed-by: https://github.com/ADKaster ✅
3 changed files with 36 additions and 1 deletions
|
@ -21,7 +21,7 @@ dictionary ModuleImportDescriptor {
|
|||
interface Module {
|
||||
constructor(BufferSource bytes);
|
||||
|
||||
[FIXME] static sequence<ModuleExportDescriptor> exports(Module moduleObject);
|
||||
static sequence<ModuleExportDescriptor> exports(Module moduleObject);
|
||||
static sequence<ModuleImportDescriptor> imports(Module moduleObject);
|
||||
[FIXME] static sequence<ArrayBuffer> customSections(Module moduleObject, DOMString sectionName);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue