We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get_initial_cwd
1 parent 5df6392 commit 1442917Copy full SHA for 1442917
1 file changed
tests/rust/wasm32-wasip3/src/bin/cli-env.rs
@@ -17,6 +17,11 @@ fn test_get_arguments() {
17
}
18
19
fn test_get_initial_cwd() {
20
+ // FIXME:
21
+ // Currently we can only test that the returned value is None, since the
22
+ // currently implementation is incomplete. See
23
+ // https://github.com/bytecodealliance/wasmtime/pull/9831 and
24
+ // https://github.com/WebAssembly/wasi-testsuite/issues/216
25
let cwd = environment::get_initial_cwd();
26
assert!(cwd.is_none());
27
0 commit comments