Deploy f3a73f80d1 to gh-pages

This commit is contained in:
Deploy from CI
2025-04-13 14:47:49 +00:00
commit 83bbbc6265
66 changed files with 10833 additions and 0 deletions

8
.cargo/config.toml Normal file
View File

@ -0,0 +1,8 @@
[build]
rustflags = ["-C", "target-cpu=native"]
[target.wasm32-unknown-unknown]
rustflags = ["-C", "target-feature=+simd128"]
[target.x86_64-apple-darwin]
rustflags = ["-C", "target-feature=-avx,-avx2"]