You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new WASI(...) constructor, if the args option is not given, then there will be no args[0] available, which causes some problems with some libc-wasm compiled libraries (e.g. zstd). The question is whether we can reasonably default an args[0] when args is not provided.