lightpanda-io / zig-js-runtime

Add a JS runtime in your Zig project
https://lightpanda.io
Apache License 2.0
16 stars 0 forks source link

Native arguments for Callback functions #180

Closed francisbouvier closed 8 months ago

francisbouvier commented 8 months ago

For now Callback functions only accept JS arguments, provided when the callback function is set.

In some cases (ie. event handling) we need to accept Native arguments too.