Initial JavaScript bindings with napi-rs

This commit is contained in:
Pekka Enberg 2025-01-20 11:11:43 +02:00
parent 79620946c1
commit 9ef729f81c
22 changed files with 4093 additions and 151 deletions

View file

@ -0,0 +1,5 @@
extern crate napi_build;
fn main() {
napi_build::setup();
}