-
Notifications
You must be signed in to change notification settings - Fork 753
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
allow specifying the external memory #7125
base: main
Are you sure you want to change the base?
Conversation
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.
Makes sense to add this, good idea.
Please add documentation for this, around line 246 which is where the current options are documented.
And please add a test. It can be similar to test/lit/passes/asyncify_pass-arg=asyncify-side-module.wast
One more commit coming, where I update the tests Co-authored-by: Alon Zakai <[email protected]>
Co-authored-by: Alon Zakai <[email protected]>
Thanks! Looks good. Waiting on tests now. |
Looks like there are test errors here that need to be looked into. Let me know if you need help with that. |
Allows specifying the memory used in Asyncify in case of multiple memories via an export.