Skip to content

Commit

Permalink
Setup napi.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Feb 5, 2024
1 parent ed11348 commit 87af5cb
Show file tree
Hide file tree
Showing 49 changed files with 4,338 additions and 105 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"
rustflags = ["-C", "target-feature=-crt-static"]
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
Loading

0 comments on commit 87af5cb

Please sign in to comment.