-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
good first issueIssues that are good for new contributors to tackle!Issues that are good for new contributors to tackle!
Description
For https://github.com/WebAssembly/wasi-cli/blob/main/wit/environment.wit, the initial-cwd
implementation currently just returns None
. Adding this issue highlighted by the FIXME
:
wasmtime/crates/wasi/src/host/env.rs
Lines 14 to 17 in 6691006
fn initial_cwd(&mut self) -> anyhow::Result<Option<String>> { | |
// FIXME: expose cwd in builder and save in ctx | |
Ok(None) | |
} |
Metadata
Metadata
Assignees
Labels
good first issueIssues that are good for new contributors to tackle!Issues that are good for new contributors to tackle!