Skip to content

Commit

Permalink
Update wit-bindgen to 0.27.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jul 3, 2024
1 parent 867cc8c commit 1578bd5
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 113 deletions.
160 changes: 49 additions & 111 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ wasmparser = "0.212.0"

[workspace.dependencies]
anyhow = "1"
wit-bindgen = "0.25.0"
wit-bindgen = "0.27.0"

[features]
default = ["wasm-opt"]
Expand Down
Binary file modified lib/virtual_adapter.debug.wasm
Binary file not shown.
Binary file modified lib/virtual_adapter.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions tests/components/do-everything/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ extern crate rand;
wit_bindgen::generate!({
path: "../../../wit",
world: "virt-test",
generate_all
});

struct VirtTestComponent;
Expand Down
1 change: 1 addition & 0 deletions tests/components/file-read/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use std::{fs, io::ErrorKind};
wit_bindgen::generate!({
path: "../../../wit",
world: "virt-test",
generate_all
});

struct VirtTestComponent;
Expand Down
Loading

0 comments on commit 1578bd5

Please sign in to comment.