shareup / cwasm3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate `wasm3_CallWithArgs()`

atdrendel opened this issue · comments

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().