Files
vibetorrent/frontend/.cargo/config.toml
spinline 10c95c5ff3
Some checks failed
Build MIPS Binary / build (push) Failing after 1m8s
fix: wasm-opt build hatası için rustc ve wasm-opt versiyon ayarları güncellendi
2026-02-08 16:42:13 +03:00

5 lines
140 B
TOML

[build]
rustflags = ["-C", "target-feature=-bulk-memory"]
[target.wasm32-unknown-unknown]
rustflags = ["-C", "target-feature=-bulk-memory"]