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

Deprecate wasm3_CallWithArgs() #9

Open
atdrendel opened this issue Mar 14, 2021 · 0 comments
Open

Deprecate wasm3_CallWithArgs() #9

atdrendel opened this issue Mar 14, 2021 · 0 comments

Comments

@atdrendel
Copy link
Contributor

The Wasm3 function it calls, m3_CallArgv(), has been supplanted by functions that take a va_list of primitive values, which is bound to be slightly more performant than the C-string arguments m3_CallArgv() takes. The new functions consumers of CWasm3 call are m3_CallV(), m3_CallVL(), and m3_Call().

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

No branches or pull requests

1 participant