We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wasm3 seems to support multi-value, but Module::find_function only accepts WasmType return types.
Module::find_function
WasmType
Is this just a matter of updating the function signature and some glue, or is there some blocker due to the the wasm3 C api?
The text was updated successfully, but these errors were encountered:
That might be because when this wrapper was written, multi-value return types weren't yet supported I think
Sorry, something went wrong.
Alright, I'll look into opening a PR.
Seems like the only bigger task is updating the macros.
No branches or pull requests
wasm3 seems to support multi-value, but
Module::find_function
only acceptsWasmType
return types.Is this just a matter of updating the function signature and some glue, or is there some blocker due to the the wasm3 C api?
The text was updated successfully, but these errors were encountered: