maxcell / learn-napi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Makefile 96.3%Language:JavaScript 3.6%Language:Rust 0.1%