Skip to content

Commit 942de93

Browse files
committed
Identify a specific rev of wasi-config
Signed-off-by: itowlson <[email protected]>
1 parent d7fb38d commit 942de93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/world/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ wasmtime::component::bindgen!({
2828
"fermyon:spin/[email protected]/error" => v2::sqlite::Error,
2929
"fermyon:spin/sqlite/error" => v1::sqlite::Error,
3030
"fermyon:spin/[email protected]/error" => v2::variables::Error,
31-
"wasi:config/store/error" => wasi::config::store::Error,
31+
"wasi:config/store@0.2.0-draft-2024-09-27/error" => wasi::config::store::Error,
3232
},
3333
trappable_imports: true,
3434
});

wit/deps/[email protected]/world.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ world http-trigger {
99
/// The imports needed for a guest to run on a Spin host
1010
world platform {
1111
include fermyon:spin/platform@2.0.0;
12-
import wasi:config/store@0.2.0-draft;
12+
import wasi:config/store@0.2.0-draft-2024-09-27;
1313
}

wit/deps/wasi-runtime-config-2024-09-27/world.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:config@0.2.0-draft;
1+
package wasi:config@0.2.0-draft-2024-09-27;
22

33
world imports {
44
/// The interface for wasi:config/store

0 commit comments

Comments
 (0)