mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Initial JavaScript bindings with napi-rs
This commit is contained in:
parent
79620946c1
commit
9ef729f81c
22 changed files with 4093 additions and 151 deletions
5
bindings/javascript/build.rs
Normal file
5
bindings/javascript/build.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
extern crate napi_build;
|
||||
|
||||
fn main() {
|
||||
napi_build::setup();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue