README
go-napi-sys
Go low level bindings for writing safe and fast native Node.js modules.
If you want to know more about all the work behind this module please take a look at followings repo:
This package is a low level wrapper over N-API written in Go.
<script type="module">
import goNapiSys from 'https://cdn.skypack.dev/go-napi-sys';
</script>
Go low level bindings for writing safe and fast native Node.js modules.
If you want to know more about all the work behind this module please take a look at followings repo: