Skip to content

Commit 69c055d

Browse files
authored
Merge pull request #2 from serialport/reconbot/napi
* lets try this out with napi-rust
2 parents 2652d39 + 9a40d14 commit 69c055d

35 files changed

+2281
-770
lines changed

.config/config.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.aarch64-unknown-linux-gnu]
2+
linker = "aarch64-linux-gnu-gcc"
3+
4+
[target.armv7-unknown-linux-gnueabihf]
5+
linker = "arm-linux-gnueabihf-gcc"

0 commit comments

Comments
 (0)