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().
The Wasm3 function it calls,
m3_CallArgv(), has been supplanted by functions that take ava_listof primitive values, which is bound to be slightly more performant than the C-string argumentsm3_CallArgv()takes. The new functions consumers of CWasm3 call arem3_CallV(),m3_CallVL(), andm3_Call().