Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Update to support Go 1.16, and Node 14 (LTS) #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 10, 2021

  1. Update to support Go 1.16, and Node 14 (LTS)

    - 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 1.16.4.
    - Set `GODEBUG=cgocheck=0` when running `go-node-ffi.js` to get around
      "cgo result has Go pointer" / "Go pointer stored into non-Go memory".
      This may very well be a legitimate error / check, and if so, it is
      caused by using, and returning `fmt.Sprintf`. This requires further
      investigation.
    MrSaints committed May 10, 2021
    Configuration menu
    Copy the full SHA
    5980073 View commit details
    Browse the repository at this point in the history