Skip to content

Commit

Permalink
Merge pull request #31 from dhil/wasmfx-merge
Browse files Browse the repository at this point in the history
Merge with upstream
  • Loading branch information
dhil authored Nov 14, 2024
2 parents 95ca6e9 + 8a30884 commit 525d273
Show file tree
Hide file tree
Showing 11 changed files with 167 additions and 177 deletions.
122 changes: 61 additions & 61 deletions Cargo.lock

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

30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.34.0"
version = "0.35.0"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
repository = "https://github.com/bytecodealliance/wasi-rs"

Expand All @@ -32,21 +32,21 @@ indexmap = "2.0.0"
prettyplease = "0.2.20"
syn = { version = "2.0", features = ["printing"] }

wasmparser = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.219.0" }
wasm-metadata = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.219.0" }
wasm-encoder = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.219.0" }
wit-parser = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.219.0" }
wit-component = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.219.0" }
wasmparser = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.220.0" }
wasm-metadata = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.220.0" }
wasm-encoder = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.220.0" }
wit-parser = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.220.0" }
wit-component = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.220.0" }

wit-bindgen-core = { path = 'crates/core', version = '0.34.0' }
wit-bindgen-c = { path = 'crates/c', version = '0.34.0' }
wit-bindgen-rust = { path = "crates/rust", version = "0.34.0" }
wit-bindgen-teavm-java = { path = 'crates/teavm-java', version = '0.34.0' }
wit-bindgen-go = { path = 'crates/go', version = '0.34.0' }
wit-bindgen-csharp = { path = 'crates/csharp', version = '0.34.0' }
wit-bindgen-markdown = { path = 'crates/markdown', version = '0.34.0' }
wit-bindgen-moonbit = { path = 'crates/moonbit', version = '0.34.0' }
wit-bindgen = { path = 'crates/guest-rust', version = '0.34.0', default-features = false }
wit-bindgen-core = { path = 'crates/core', version = '0.35.0' }
wit-bindgen-c = { path = 'crates/c', version = '0.35.0' }
wit-bindgen-rust = { path = "crates/rust", version = "0.35.0" }
wit-bindgen-teavm-java = { path = 'crates/teavm-java', version = '0.35.0' }
wit-bindgen-go = { path = 'crates/go', version = '0.35.0' }
wit-bindgen-csharp = { path = 'crates/csharp', version = '0.35.0' }
wit-bindgen-markdown = { path = 'crates/markdown', version = '0.35.0' }
wit-bindgen-moonbit = { path = 'crates/moonbit', version = '0.35.0' }
wit-bindgen = { path = 'crates/guest-rust', version = '0.35.0', default-features = false }

[[bin]]
name = "wit-bindgen"
Expand Down
Loading

0 comments on commit 525d273

Please sign in to comment.