-
Notifications
You must be signed in to change notification settings - Fork 293
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
Add support for Linker
defined host functions
#692
Conversation
BENCHMARKS
|
As of now I don't know where the double digit performance regressions in some native benchmarks are coming from. I can reproduce them locally. Will need some research about this before merging this PR. It is very weird since this PR does not even remotely touch the execution engine of |
This PR in its current state is not mergeable due to the massive performance regressions on the Wasm target. |
Performance regressions seems to be resolved with the most recent merge with |
Sweet, I'll update my wit-bindgen code to make use of it :) |
Closes #663.
cc @flavio
Todo
Linker::func_new
andLinker::func_wrap
.