-
Notifications
You must be signed in to change notification settings - Fork 914
Implement dynamic linking and loading of side modules #5544
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
Conversation
f8be45a
to
64a00ae
Compare
54c486b
to
ec414be
Compare
📝 Documentation updates detected! A separate PR for documentation updates has been made here: wasmerio/docs.wasmer.io#135 |
|
||
fn is_from_store(&self, _store: &impl wasmer::AsStoreRef) -> bool { | ||
// TODO: find correct implementation | ||
false |
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.
We probably want to return true here
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.
That's how it's done for every one of these. I just copy-paste the existing definitions. Not sure if that function is being called at all though, or what the consequences of returning true here would be. Let sleeping dogs lie?
Co-authored-by: Christoph Herzog <[email protected]>
…he dylink0.needed subsection, add stub import functions
…functions call stub functions
Superceded by #5581 |
PR is in draft status as of now, there's more left to do. Creating so people can start looking at the code.