Skip to content

Commit

Permalink
feat: integrate cabish
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Sep 20, 2024
1 parent 5bab10e commit e6a6def
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 1,294 deletions.
30 changes: 26 additions & 4 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "west"
version = "0.1.0-rc.1"
version = "0.1.0"
description = "WebAssembly component test runtime"

authors.workspace = true
Expand Down Expand Up @@ -54,6 +54,7 @@ wasi-passthrough = { version = "0.1.1", default-features = false }
wasi-preview1-component-adapter-provider = { version = "24", default-features = false }
wasmparser = { version = "0.217", default-features = false }
wasmtime = { version = "24", default-features = false }
wasmtime-cabish = { version = "0.1.2", default-features = false }
wasmtime-wasi = { version = "24", default-features = false }
wasmtime-wasi-http = { version = "24", default-features = false }
west = { version = "0.1.0-rc.1", path = "." }
Expand Down
2 changes: 1 addition & 1 deletion crates/passthrough/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "west-passthrough"
version = "0.1.0-rc.1"
version = "0.1.0"
description = "WebAssembly component, which reexports WASI from the host"

authors.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "west-sys"
version = "0.1.0-rc.1"
version = "0.1.0"
description = "WebAssembly component test runtime C bindings"

authors.workspace = true
Expand All @@ -17,8 +17,8 @@ anyhow = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["ansi", "env-filter", "fmt"] }
wasmtime = { workspace = true }
wasmtime-cabish = { workspace = true }
wasmtime-wasi = { workspace = true }
wasmtime-wasi-http = { workspace = true }
west = { workspace = true }

[build-dependencies]
Expand Down
Loading

0 comments on commit e6a6def

Please sign in to comment.