mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb/WebAssembly: Implement Module::customSections(module)
This commit is contained in:
parent
f341bb0522
commit
a786269687
Notes:
github-actions[bot]
2025-04-22 14:44:52 +00:00
Author: https://github.com/alimpfard
Commit: a786269687
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4423
Reviewed-by: https://github.com/ADKaster ✅
3 changed files with 26 additions and 1 deletions
|
@ -23,5 +23,5 @@ interface Module {
|
|||
|
||||
static sequence<ModuleExportDescriptor> exports(Module moduleObject);
|
||||
static sequence<ModuleImportDescriptor> imports(Module moduleObject);
|
||||
[FIXME] static sequence<ArrayBuffer> customSections(Module moduleObject, DOMString sectionName);
|
||||
static sequence<ArrayBuffer> customSections(Module moduleObject, DOMString sectionName);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue