/learn-napi

Primary LanguageMakefile

Learn napi-rs

This is a small walkthrough of going through napi-rs with the Netlifolks.

Getting Started

yarn
yarn run build

That should output the expected binding file as index.js and you should be able to import it into your own script file like in test.mjs.