We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e008e commit f91c6e0Copy full SHA for f91c6e0
check.sh
@@ -183,9 +183,9 @@ function cmd_itest() {
183
function cmd_testweb() {
184
# For the flag: https://github.com/rust-lang/cargo/issues/7471
185
CARGO_TARGET_WASM32_UNKNOWN_EMSCRIPTEN_RUNNER=node RUSTFLAGS="-C link-args=-pthread \
186
+ -C target-feature=+atomics \
187
-C link-args=-g \
- -C link-args=-sINITIAL_MEMORY=268435456 \
188
- -C target-feature=+atomics" EM_CACHE=$(mktemp -d) run cargo +nightly test \
+ -C link-args=-sINITIAL_MEMORY=268435456" EM_CACHE=$(mktemp -d) run cargo +nightly test \
189
--features godot/experimental-wasm,godot/lazy-function-tables \
190
-Zbuild-std --target wasm32-unknown-emscripten -- --nocapture
191
}
0 commit comments