shareup / cwasm3

MIT License
23 stars 12 forks source link

Deprecate `wasm3_CallWithArgs()` #9

Open atdrendel opened 3 years ago

atdrendel commented 3 years ago

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