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
Some checks failed
Build MIPS Binary / build (push) Failing after 1m8s
This commit is contained in:
5
.cargo/config.toml
Normal file
5
.cargo/config.toml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[build]
|
||||||
|
rustflags = ["-C", "target-feature=-bulk-memory"]
|
||||||
|
|
||||||
|
[target.wasm32-unknown-unknown]
|
||||||
|
rustflags = ["-C", "target-feature=-bulk-memory"]
|
||||||
@@ -1,2 +1,5 @@
|
|||||||
[target.wasm32-unknown-unknown]
|
[build]
|
||||||
rustflags = ["-C", "target-feature=-bulk-memory"]
|
rustflags = ["-C", "target-feature=-bulk-memory"]
|
||||||
|
|
||||||
|
[target.wasm32-unknown-unknown]
|
||||||
|
rustflags = ["-C", "target-feature=-bulk-memory"]
|
||||||
@@ -12,4 +12,4 @@ target = "index.html"
|
|||||||
dist = "dist"
|
dist = "dist"
|
||||||
|
|
||||||
[tools]
|
[tools]
|
||||||
wasm_opt = "version_117"
|
wasm_opt = "version_121"
|
||||||
|
|||||||
Reference in New Issue
Block a user