chung-leong / zigar

Enable the use of Zig code in JavaScript project
https://chung-leong.github.io/zigar/
MIT License
177 stars 2 forks source link

Make calls more efficient for WebAssembly environment #415

Closed chung-leong closed 2 months ago

chung-leong commented 2 months ago

Get rid of the whole startCall/endCall mechanism if possible. The necessary information should be provided to the WASM side in a single call.