Skip to content

felixdrp/node-addon-example-buffer-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-addon-example-buffer-zig Zig Logo

Example of addon using Zig lang. How to access Buffers in Zig.
For more info about C/C++ addons with Node-API, see C/C++ addons with Node-API [github].

This example is based on:

Other examples by @felixdrp

Node.js Native Module written in Zig

This project is an example Hello World for making a Node.js native module in Zig. To install Zig:

The entry point is src/lib.zig.

Run this project like this:

# 1. Git clone it
git clone https://github.com/felixdrp/node-addon-example-buffer-zig.git

# 2. Download Node.js header files
npm install

# 3. Compile the Zig module and produce `dist/lib.node`
npm run build

# 4. Run example. It will call the `foo()` function from Zig module.
npm run exec

# Bonus: Debug mode (build dev) 🐛
npm run bdev

License and acknowledgements

Many thanks to @staltz for his example. [1]: https://staltz.com [2]: https://github.com/staltz/zig-nodejs-example

Many thanks to RisingStack Engineering. [1]:(https://blog.risingstack.com)

Learning Zig

Debug Zig

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors