-
Notifications
You must be signed in to change notification settings - Fork 715
Optimize for multi-module support in AOT mode #3563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
bdaf26e
d2af909
c0a7d40
01f49f4
b519dd9
ba0eb0b
cfffb45
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,6 +109,7 @@ typedef struct AOTModuleInstanceExtra { | |
#if WASM_ENABLE_MULTI_MODULE != 0 | ||
bh_list sub_module_inst_list_head; | ||
bh_list *sub_module_inst_list; | ||
WASMModuleInstanceCommon **func_module_insts; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. IMU, There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You are right,
XeniaLu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
#endif | ||
} AOTModuleInstanceExtra; | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.