Work in progress. Zig stuff for Node.js
- Install Zig 0.8.1
npm install
npm test
Source code entry point is at src/lib.zig
.
- Support all APIs that
bipf
(JS) supports - Pass all tests
- Compile for several targets and publish them under
dist/
,index.js
should know how to pick the correct binary - Use a Zig package manager, maybe
- Publish
varint.zig
as a separate Zig module