Skip to content

implement initial-cwd for wasi:cli/environment #9695

Open
@ctaggart

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:

fn initial_cwd(&mut self) -> anyhow::Result<Option<String>> {
// FIXME: expose cwd in builder and save in ctx
Ok(None)
}

Metadata

Assignees

No one assigned

    Labels

    good first issueIssues that are good for new contributors to tackle!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions