mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWasm: Add missing spec-test imports
This commit is contained in:
parent
d20f1a99f8
commit
40fcb00c14
Notes:
sideshowbarker
2024-07-17 02:08:15 +09:00
Author: https://github.com/dzfrias
Commit: 40fcb00c14
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/130
Reviewed-by: https://github.com/alimpfard ✅
2 changed files with 56 additions and 7 deletions
|
@ -341,7 +341,7 @@ let _field = {module}.getExport("{get.field}");"""
|
|||
def gen_register(register: Register, _: Context):
|
||||
module = "module"
|
||||
if register.name is not None:
|
||||
module = f'namedModules["{module}"]'
|
||||
module = f'namedModules["{register.name}"]'
|
||||
print(f'globalImportObject["{register.as_}"] = {module};')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue