Skip to content

Commit 9626f34

Browse files
committed
wip: POC with napi-rs.
Signed-off-by: Paolo Insogna <[email protected]>
1 parent dae27e0 commit 9626f34

File tree

19 files changed

+2477
-131
lines changed

19 files changed

+2477
-131
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
dist/
2+
target/
23
external/
34
node_modules
45
coverage
56
.eslintcache
67
.env
78
.vscode
9+
*.node
10+

native/.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.x86_64-pc-windows-msvc]
2+
rustflags = ["-C", "target-feature=+crt-static"]

0 commit comments

Comments
 (0)