File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -184,13 +184,8 @@ function cmd_testweb() {
184184 # For the flag: https://github.com/rust-lang/cargo/issues/7471
185185 CARGO_TARGET_WASM32_UNKNOWN_EMSCRIPTEN_RUNNER=node RUSTFLAGS=" -C link-args=-pthread \
186186 -C link-args=-g \
187- -C link-args=-sPTHREAD_POOL_SIZE=4 \
188- -C link-args=-sASSERTIONS=2 \
189187 -C link-args=-sINITIAL_MEMORY=268435456 \
190- -C panic=unwind \
191- -C target-feature=+atomics \
192- -Zlink-native-libraries=no \
193- -Cllvm-args=-enable-emscripten-cxx-exceptions=0" EM_CACHE=$( mktemp -d) run cargo +nightly test \
188+ -C target-feature=+atomics" EM_CACHE=$( mktemp -d) run cargo +nightly test \
194189 --features godot/experimental-wasm,godot/lazy-function-tables \
195190 -Zbuild-std --target wasm32-unknown-emscripten -- --nocapture
196191}
You can’t perform that action at this time.
0 commit comments