-
v0.1.0 Pre-Release
released this
2025-04-27 07:02:07 +00:00 | 8 commits to main since this releaseThe entire module has been refactored to look more like a mix of Go and
node-addon-api
, with more Go-level typing, and some tweaks to cause fewer panics between calls.New features
- Call go functions directly from Javascript code.
- abstraction Javascript primitives.
- move cgo code to
internal/
folder. - Convert go struct, slice and primitives to Javascript primitives, Object and Array.
- Go safety call Javascript functions.
Downloads