Files
rust/library
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-09-02 16:09:58 -04:00
2023-01-21 22:06:42 -05:00
2022-06-03 17:16:41 -04:00
2022-12-29 11:22:13 +01:00