Skip to content

Commit

Permalink
Bump manual version of wasi:filesystem/preopens in the adapter (#10071
Browse files Browse the repository at this point in the history
)

Accidentally forgotten from #9807 but shouldn't have any consequences
when using an updated version of `wasm-tools`. Nevertheless seems good
to fix.
  • Loading branch information
alexcrichton authored Jan 22, 2025
1 parent 3ab865a commit 5d6cd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasi-preview1-component-adapter/src/descriptors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pub struct Descriptors {
}

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

0 comments on commit 5d6cd8c

Please sign in to comment.