Skip to content

Commit 5d6cd8c

Browse files
authored
Bump manual version of wasi:filesystem/preopens in the adapter (#10071)
Accidentally forgotten from #9807 but shouldn't have any consequences when using an updated version of `wasm-tools`. Nevertheless seems good to fix.
1 parent 3ab865a commit 5d6cd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasi-preview1-component-adapter/src/descriptors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pub struct Descriptors {
149149
}
150150

151151
#[cfg(not(feature = "proxy"))]
152-
#[link(wasm_import_module = "wasi:filesystem/preopens@0.2.2")]
152+
#[link(wasm_import_module = "wasi:filesystem/preopens@0.2.3")]
153153
unsafe extern "C" {
154154
#[link_name = "get-directories"]
155155
fn wasi_filesystem_get_directories(rval: *mut PreopenList);

0 commit comments

Comments
 (0)