Skip to content

Commit

Permalink
Merge branch 'feature/kserve' of github.com:geekbeast/wasmtime into f…
Browse files Browse the repository at this point in the history
…eature/kserve

* 'feature/kserve' of github.com:geekbeast/wasmtime:
  Refactor Wasmtime CLI to support components (bytecodealliance#6836)
  Bump the wasm-tools family of crates (bytecodealliance#6861)
  Wasmtime: refactor the pooling allocator for components (bytecodealliance#6835)
  • Loading branch information
Matthew Tamayo committed Aug 21, 2023
2 parents c0e37f7 + 0d24a31 commit 7301882
Show file tree
Hide file tree
Showing 48 changed files with 3,571 additions and 1,838 deletions.
104 changes: 60 additions & 44 deletions Cargo.lock

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

17 changes: 9 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ wasmtime-wasi = { workspace = true, features = ["exit"] }
wasmtime-wasi-nn = { workspace = true, optional = true }
wasmtime-wasi-threads = { workspace = true, optional = true }
wasmtime-wasi-http = { workspace = true, optional = true }
wasmtime-runtime = { workspace = true }
clap = { workspace = true, features = ["color", "suggestions", "derive"] }
anyhow = { workspace = true }
target-lexicon = { workspace = true }
Expand Down Expand Up @@ -202,15 +203,15 @@ is-terminal = "0.4.0"
wit-bindgen = { version = "0.9.0", default-features = false }

# wasm-tools family:
wasmparser = "0.110.0"
wat = "1.0.69"
wast = "62.0.1"
wasmprinter = "0.2.62"
wasmparser = "0.111.0"
wat = "1.0.70"
wast = "63.0.0"
wasmprinter = "0.2.63"
wasm-encoder = "0.31.1"
wasm-smith = "0.12.13"
wasm-mutate = "0.2.30"
wit-parser = "0.9.2"
wit-component = "0.13.1"
wasm-smith = "0.12.14"
wasm-mutate = "0.2.31"
wit-parser = "0.10.0"
wit-component = "0.13.2"

# Non-Bytecode Alliance maintained dependencies:
# --------------------------
Expand Down
Loading

0 comments on commit 7301882

Please sign in to comment.