UPDATE: Add node bindings

This commit is contained in:
Nicolás Hatcher
2025-01-23 22:43:45 +01:00
committed by Nicolás Hatcher Andrés
parent ec4e7b1ca3
commit 5d429b1660
48 changed files with 7362 additions and 0 deletions

View File

@@ -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"]