go-node-ffi icon indicating copy to clipboard operation
go-node-ffi copied to clipboard

[INACTIVE] An experiment using Go 1.5 buildmode to compile shared C libraries, and to subsequently access them through NodeJS bindings via node-ffi. Compatible with Go 1.9, and Node 7.

Results 1 go-node-ffi issues
Sort by recently updated
recently updated
newest added

- Switch JS dependencies to `ffi-napi`, `ref-napi`, and `ref-struct-di`, as the previous dependencies are no longer maintained, and they do not support Node 14. - Re-build shared library using Go...