This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit f77b8d3
authored
Rollup merge of rust-lang#67065 - alexcrichton:update-wasi, r=sfackler
Fix fetching arguments on the wasm32-wasi target
Fixes an error introduced in rust-lang#66750 where wasi executables always think
they have zero arguments because one of the vectors returned here
accidentally thought it was length 0.1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments