wasi-testsuite icon indicating copy to clipboard operation
wasi-testsuite copied to clipboard

Investigate whether list of environment variables should be empty at runtime startup

Open loganek opened this issue 2 years ago • 1 comments

The issue was raised in the comment: https://github.com/WebAssembly/wasi-testsuite/pull/74#discussion_r1189368447 If the list must not be empty, we should update related tests and spec documentation.

loganek avatar May 12 '23 08:05 loganek

It's valuable to be able to completely control the environment a WASI program runs in, so I propose WASI require the ability to run with an empty environment.

sunfishcode avatar May 12 '23 13:05 sunfishcode