Skip to content

Commit

Permalink
feat: react server using napi + oxc
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Jun 27, 2024
1 parent efade47 commit 325570a
Show file tree
Hide file tree
Showing 55 changed files with 3,135 additions and 4,132 deletions.
5 changes: 0 additions & 5 deletions .cargo/config

This file was deleted.

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 325570a

Please sign in to comment.