Skip to content

Commit

Permalink
fix: colocated wit
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Oct 18, 2023
1 parent 1e83df4 commit cb0790e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -117,7 +117,7 @@ wick-trigger = { path = "./crates/wick/wick-trigger", version = "0.1.0" }
wick-trigger-cli = { path = "./crates/wick/wick-trigger-cli", version = "0.1.0" }
wick-trigger-http = { path = "./crates/wick/wick-trigger-http", version = "0.1.0" }
wick-trigger-time = { path = "./crates/wick/wick-trigger-time", version = "0.1.0" }
wick-trigger-wasm-command = { path = "./crates/wick/wick-trigger-wasm-command", version = "0.1.0" }
wick-trigger-wasm-command = { path = "./crates/wick/wick-trigger-wasm-command", version = "0.1.1" }
wick-wascap = { path = "./crates/wick/wick-wascap", version = "0.3.0" }
wick-wasm-engine = { path = "./crates/wick/wick-wasm-engine", version = "0.1.0" }
wick-xdg = { path = "./crates/wick/wick-xdg", version = "0.4.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/wick/wick-trigger-wasm-command/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wick-trigger-wasm-command"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "Elastic-2.0"
repository = "https://github.com/candlecorp/wick"
Expand Down
1 change: 0 additions & 1 deletion crates/wick/wick-trigger-wasm-command/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pub(super) mod generated {
use wasmtime::component::bindgen;
bindgen!({
world: "command-trigger",
path: "../../../wit/",
async:true,
});
}
Expand Down
5 changes: 5 additions & 0 deletions crates/wick/wick-trigger-wasm-command/wit/worlds.wit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package candle:wick

world command-trigger {
}

0 comments on commit cb0790e

Please sign in to comment.