-
Notifications
You must be signed in to change notification settings - Fork 824
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
Added support for calling dynamic functions defined on the host #2511
Conversation
Note: this PR is also changing the locations of |
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
tryTimed out. |
bors try |
Merging manually as the current master is red, and this adds a small and tested feature (nothing controversial) |
@@ -35,6 +35,8 @@ cranelift multi_value_imports::dylib | |||
singlepass multi_value_imports::dylib | |||
singlepass multi_value_imports::dynamic | |||
|
|||
# Memory load doesn't trap as expected when out out bounds in Windows | |||
windows+cranelift spec::memory_grow |
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.
This is a hard one :-/
Description
Added support for calling dynamic functions defined on the host.
Review