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.
invalid_argument
not_supported
1 parent f734f04 commit 3005167Copy full SHA for 3005167
crates/wasi-common/src/snapshots/preview_1.rs
@@ -197,7 +197,7 @@ impl wasi_snapshot_preview1::WasiSnapshotPreview1 for WasiCtx {
197
.await
198
} else {
199
log::warn!("`fd_fdstat_set_flags` does not work with wasi-threads enabled; see https://github.com/bytecodealliance/wasmtime/issues/5643");
200
- Err(Error::invalid_argument())
+ Err(Error::not_supported())
201
}
202
203
0 commit comments