-
Notifications
You must be signed in to change notification settings - Fork 627
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 WASMMemoryInstance for aot #3887
[instantiation linking] create and import WASMMemoryInstance for aot #3887
Conversation
9ef6ec2
to
730cd55
Compare
730cd55
to
15f9ad5
Compare
- ~99% same with memory_instantiation() in wasm_runtime.c - new apis to create and destroy memory
…tantiation logic in wasm_runtime.c
15f9ad5
to
878287d
Compare
878287d
to
b0cc5ce
Compare
…nd remove unused code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had better test whether the AOT file compiled by older wamrc work in the new code?
Agreed. I intend to do that once all four |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
9b5058c
into
bytecodealliance:dev/instantiate_linking
based on #3845