Skip to content

Commit

Permalink
wkg update 0.7.4 and remove wit CLI (replaced by wkg wit subcom…
Browse files Browse the repository at this point in the history
…mand) (#342)

* updated wasm-pkg-client version to 0.6.0

* removed wit CLI

* updated wasm-pkg-client version to 0.7.4
  • Loading branch information
calvinrp authored Oct 10, 2024
1 parent abe22dc commit eb8636d
Show file tree
Hide file tree
Showing 29 changed files with 99 additions and 2,752 deletions.
121 changes: 81 additions & 40 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ wasmprinter = { workspace = true }
wat = { workspace = true }

[workspace]
members = ["crates/core", "crates/wit"]
members = ["crates/core"]

[workspace.dependencies]
anyhow = "1.0.82"
Expand Down Expand Up @@ -107,7 +107,7 @@ warg-protocol = "0.9.0"
warg-server = "0.9.0"
wasi-preview1-component-adapter-provider = "24"
wasm-metadata = "0.216.0"
wasm-pkg-client = "0.5.0"
wasm-pkg-client = "0.7.4"
wasmparser = "0.216.0"
wasmprinter = "0.216.0"
wat = "1.216.0"
Expand Down
45 changes: 0 additions & 45 deletions crates/wit/Cargo.toml

This file was deleted.

Loading

0 comments on commit eb8636d

Please sign in to comment.