fix: wasm-opt build hatası için rustc ve wasm-opt versiyon ayarları güncellendi
Some checks failed
Build MIPS Binary / build (push) Failing after 1m8s

This commit is contained in:
spinline
2026-02-08 16:42:13 +03:00
parent 329654cc4e
commit 10c95c5ff3
3 changed files with 10 additions and 2 deletions

5
.cargo/config.toml Normal file
View File

@@ -0,0 +1,5 @@
[build]
rustflags = ["-C", "target-feature=-bulk-memory"]
[target.wasm32-unknown-unknown]
rustflags = ["-C", "target-feature=-bulk-memory"]

View File

@@ -1,2 +1,5 @@
[build]
rustflags = ["-C", "target-feature=-bulk-memory"]
[target.wasm32-unknown-unknown]
rustflags = ["-C", "target-feature=-bulk-memory"]

View File

@@ -12,4 +12,4 @@ target = "index.html"
dist = "dist"
[tools]
wasm_opt = "version_117"
wasm_opt = "version_121"