mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 22:10:49 +00:00
7 lines
150 B
TOML
7 lines
150 B
TOML
[registries]
|
|
fluence = { index = "git://crates.fluence.dev/index" }
|
|
|
|
[target.wasm32-wasi]
|
|
rustflags = [
|
|
"-C", "link-args=-zstack-size=52428800",
|
|
] |