You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The Wasm3 function it calls,
m3_CallArgv()
, has been supplanted by functions that take ava_list
of 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()
.The text was updated successfully, but these errors were encountered: