Skip to content

Commit

Permalink
fix: reexport wasi:keyvalue
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Oct 3, 2024
1 parent c21abaf commit 7985084
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/wadge-passthrough/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ crate-type = ["cdylib"]
wit-bindgen = { workspace = true }
wasi-passthrough = { workspace = true }
wasi-passthrough-ext = { workspace = true }
wasi-passthrough-keyvalue = { workspace = true }
wasi-passthrough-logging = { workspace = true }
1 change: 1 addition & 0 deletions crates/wadge-passthrough/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use wasi_passthrough as _;
use wasi_passthrough_ext as _;
use wasi_passthrough_keyvalue as _;
use wasi_passthrough_logging as _;

0 comments on commit 7985084

Please sign in to comment.