Files
rust/library/std/src
Dan Gohman 4b1157509f Allow wasi-libc to initialize its environment variables lazily.
Use `__wasilibc_get_environ()` to read the environment variable list
from wasi-libc instead of using `environ`. `environ` is a global
variable which effectively requires wasi-libc to initialize the
environment variables eagerly, and `__wasilibc_get_environ()` is
specifically designed to be an alternative that lets wasi-libc
intiailize its environment variables lazily.

This should have the side effect of fixing at least some of the cases
of #107635.
2023-02-09 19:03:42 -08:00
..
2022-08-01 20:10:40 +00:00
2022-11-17 12:50:33 -08:00
2022-11-17 12:50:33 -08:00
2023-02-08 12:35:27 +01:00
2022-08-18 18:07:39 -04:00
2022-12-28 09:18:43 -05:00
2022-04-14 01:33:13 -04:00
2022-09-26 10:14:45 +02:00
2023-01-14 18:26:38 +01:00
2022-10-07 15:21:47 +02:00
2022-12-31 15:32:09 +05:30
2022-12-28 09:18:43 -05:00
2023-01-28 16:07:34 -07:00