-
Notifications
You must be signed in to change notification settings - Fork 628
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
[instantiation linking] Create and import WASMGlobalInstance #3914
base: dev/instantiate_linking
Are you sure you want to change the base?
[instantiation linking] Create and import WASMGlobalInstance #3914
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1139cc - Browse repository at this point
Copy the full SHA d1139ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9189eae - Browse repository at this point
Copy the full SHA 9189eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14de319 - Browse repository at this point
Copy the full SHA 14de319View commit details -
Refactor memory instantiation logic
- ~99% same with memory_instantiation() in wasm_runtime.c - new apis to create and destroy memory
Configuration menu - View commit details
-
Copy full SHA for 505dbef - Browse repository at this point
Copy the full SHA 505dbefView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4fd6ee - Browse repository at this point
Copy the full SHA e4fd6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 454d576 - Browse repository at this point
Copy the full SHA 454d576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 929e4a3 - Browse repository at this point
Copy the full SHA 929e4a3View commit details -
Add wasm_runtime_get_extern_instance function and refactor memory ins…
…tantiation logic in wasm_runtime.c
Configuration menu - View commit details
-
Copy full SHA for ac405d3 - Browse repository at this point
Copy the full SHA ac405d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 365cee9 - Browse repository at this point
Copy the full SHA 365cee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 878287d - Browse repository at this point
Copy the full SHA 878287dView commit details -
Refactor wasm_runtime_instantiate()
The main goal is to let existed code run without modification
Configuration menu - View commit details
-
Copy full SHA for 27a5959 - Browse repository at this point
Copy the full SHA 27a5959View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8952b7 - Browse repository at this point
Copy the full SHA b8952b7View commit details -
Implement wasm_runtime_instantiate_with_inheritance function and refa…
…ctor related import handling in thread management
Configuration menu - View commit details
-
Copy full SHA for c128a4b - Browse repository at this point
Copy the full SHA c128a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b71bee8 - Browse repository at this point
Copy the full SHA b71bee8View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5774e9d - Browse repository at this point
Copy the full SHA 5774e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 305b490 - Browse repository at this point
Copy the full SHA 305b490View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e986e74 - Browse repository at this point
Copy the full SHA e986e74View commit details -
Configuration menu - View commit details
-
Copy full SHA for b02ef37 - Browse repository at this point
Copy the full SHA b02ef37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 887a143 - Browse repository at this point
Copy the full SHA 887a143View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a09dd90 - Browse repository at this point
Copy the full SHA a09dd90View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf77e4 - Browse repository at this point
Copy the full SHA eaf77e4View commit details -
Fix table element retrieval to correctly handle pointer dereferencing…
… for imported tables
Configuration menu - View commit details
-
Copy full SHA for 1be95ec - Browse repository at this point
Copy the full SHA 1be95ecView commit details -
Refactor table element retrieval to avoid redundant calls in tables_i…
…nstantiate function
Configuration menu - View commit details
-
Copy full SHA for 89327cc - Browse repository at this point
Copy the full SHA 89327ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06f2f6f - Browse repository at this point
Copy the full SHA 06f2f6fView commit details -
Update placeholder comments and adjust string reading for import tabl…
…es based on package version
Configuration menu - View commit details
-
Copy full SHA for 6c85905 - Browse repository at this point
Copy the full SHA 6c85905View commit details
Commits on Nov 10, 2024
-
Refactor table element access to use wasm_locate_table_elems for impr…
…oved clarity and consistency
Configuration menu - View commit details
-
Copy full SHA for 7b58edf - Browse repository at this point
Copy the full SHA 7b58edfView commit details -
Remove unsupported table element setting functions and improve table …
…destruction logic
Configuration menu - View commit details
-
Copy full SHA for d74a8fc - Browse repository at this point
Copy the full SHA d74a8fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad3541c - Browse repository at this point
Copy the full SHA ad3541cView commit details -
Refactor table element retrieval to use temporary variable for improv…
…ed clarity and consistency; restore aot_compile_get_tbl_inst function
Configuration menu - View commit details
-
Copy full SHA for 5e9abda - Browse repository at this point
Copy the full SHA 5e9abdaView commit details -
Fix table element retrieval in wasm_table_set to use pointer arithmet…
…ic for improved clarity
Configuration menu - View commit details
-
Copy full SHA for e3f3299 - Browse repository at this point
Copy the full SHA e3f3299View commit details -
Fix table element retrieval to use correct table instance in wasm_ins…
…tantiate function
Configuration menu - View commit details
-
Copy full SHA for 39c2cf1 - Browse repository at this point
Copy the full SHA 39c2cf1View commit details
Commits on Nov 11, 2024
-
Enhance table instantiation logic for multi-module support and improv…
…e element initialization
Configuration menu - View commit details
-
Copy full SHA for a9e7954 - Browse repository at this point
Copy the full SHA a9e7954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79ce3f6 - Browse repository at this point
Copy the full SHA 79ce3f6View commit details
Commits on Nov 17, 2024
-
[rebase confliction] Refactor: streamline global instance handling an…
…d improve export retrieval logic Remove me when meeting rebase conflication
Configuration menu - View commit details
-
Copy full SHA for 28d71b8 - Browse repository at this point
Copy the full SHA 28d71b8View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c87b5e - Browse repository at this point
Copy the full SHA 9c87b5eView commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for edf7f05 - Browse repository at this point
Copy the full SHA edf7f05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92a6310 - Browse repository at this point
Copy the full SHA 92a6310View commit details