Skip to content

Commit 7985084

Browse files
committed
fix: reexport wasi:keyvalue
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent c21abaf commit 7985084

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/wadge-passthrough/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ crate-type = ["cdylib"]
1717
wit-bindgen = { workspace = true }
1818
wasi-passthrough = { workspace = true }
1919
wasi-passthrough-ext = { workspace = true }
20+
wasi-passthrough-keyvalue = { workspace = true }
2021
wasi-passthrough-logging = { workspace = true }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
use wasi_passthrough as _;
22
use wasi_passthrough_ext as _;
3+
use wasi_passthrough_keyvalue as _;
34
use wasi_passthrough_logging as _;

0 commit comments

Comments
 (0)