Skip to content
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

Multi-Value Return Types #35

Open
theduke opened this issue Jan 15, 2022 · 2 comments
Open

Multi-Value Return Types #35

theduke opened this issue Jan 15, 2022 · 2 comments

Comments

@theduke
Copy link

theduke commented Jan 15, 2022

wasm3 seems to support multi-value, but Module::find_function only accepts WasmType 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?

@Veykril
Copy link
Collaborator

Veykril commented Jan 15, 2022

That might be because when this wrapper was written, multi-value return types weren't yet supported I think

@theduke
Copy link
Author

theduke commented Jan 15, 2022

Alright, I'll look into opening a PR.

Seems like the only bigger task is updating the macros.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants