-
Notifications
You must be signed in to change notification settings - Fork 770
[instantiation linking] create and import WASMMemoryInstance for aot #3887
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
Merged
lum1n0us
merged 14 commits into
bytecodealliance:dev/instantiate_linking
from
lum1n0us:feat_inst_linking_memory_aot
Nov 20, 2024
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
d1139cc
Allow .aot files in raw demo
lum1n0us 9189eae
Allow to emit and load import_memory info
lum1n0us 14de319
create/destroy memory api for aot
lum1n0us 505dbef
Refactor memory instantiation logic
lum1n0us e4fd6ee
Refactor AOT memory handling and improve memory initialization logic
lum1n0us 454d576
fix memory instantiation issues
lum1n0us 929e4a3
Refactor aot_instantiate function parameters for improved clarity
lum1n0us ac405d3
Add wasm_runtime_get_extern_instance function and refactor memory ins…
lum1n0us 365cee9
Implement import inheritance and disinheritance functions for WASI th…
lum1n0us b0cc5ce
Fix memory deinstantiation loop to correctly reference import_memory_…
lum1n0us 4f00332
Refactor aot_lookup_memory function to simplify memory lookup logic a…
lum1n0us a821adf
Add documentation for imports in InstantiationArgs structure
lum1n0us e4cde59
Fix memory allocation check and update documentation for import memor…
lum1n0us 01ac337
Align memory size and offset calculations to 4-byte boundaries for im…
lum1n0us File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.