Initial template commit

This commit is contained in:
2025-03-07 17:16:08 +02:00
commit 11f391964b
68 changed files with 1632 additions and 0 deletions

16
.cargo/config.toml Normal file
View File

@@ -0,0 +1,16 @@
[target.wasm32-unknown-unknown]
runner = 'wasm-bindgen-test-runner'
[build]
rustflags = ["-Z", "threads=16"]
jobs = 16
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold", "-Z", "codegen-backend=cranelift"]
[unstable]
codegen-backend = true
[profile.server-dev]
codegen-backend = "cranelift"