We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c23551 commit 3131d56Copy full SHA for 3131d56
src/lib.rs
@@ -63,6 +63,7 @@ pub use settings::{opts_with_clap, RunMode};
63
pub fn run(init: impl FnOnce(&mut VirtualMachine) + 'static) -> ExitCode {
64
env_logger::init();
65
66
+ // NOTE: This is not a WASI convention. But it will be convenient since POSIX shell always defines it.
67
#[cfg(target_os = "wasi")]
68
{
69
if let Ok(pwd) = env::var("PWD") {
0 commit comments