feat: WASM için bulk-memory özelliği aktif edildi
Some checks failed
Build MIPS Binary / build (push) Failing after 3s

This commit is contained in:
spinline
2026-02-08 17:51:04 +03:00
parent cc09002171
commit 9c4217f450

View File

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