Skip to content

Commit

Permalink
Move to crates.io/releases of dependencies (bytecodealliance#84)
Browse files Browse the repository at this point in the history
* Use precompiled `wit-bindgen` binaries from CI
* Use a release branch of Wasmtime for 6.0.0
* Use `wit-bindgen`-the-crate from crates.io
  • Loading branch information
alexcrichton committed Feb 13, 2023
1 parent b1f5309 commit 0d9bc47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mod macros;

mod bindings {
#[cfg(feature = "command")]
wit_bindgen_guest_rust::generate!({
wit_bindgen::generate!({
world: "wasi-command",
no_std,
raw_strings,
Expand All @@ -31,7 +31,7 @@ mod bindings {
});

#[cfg(not(feature = "command"))]
wit_bindgen_guest_rust::generate!({
wit_bindgen::generate!({
world: "wasi",
no_std,
raw_strings,
Expand Down

0 comments on commit 0d9bc47

Please sign in to comment.