Kray-G / kcs

Scripting in C with JIT(x64)/VM.
MIT License
48 stars 6 forks source link

Supporting libcurl. #23

Open Kray-G opened 4 years ago

Kray-G commented 4 years ago

The problem is how to realize callback. On Windows JIT, it should convert between calling conventions, and on VM it should call VM function from native function.

Not using callback might be reasonable.