Skip to content

Commit bf54958

Browse files
authored
Remove the wasmtime-rust host from this repository (#439)
This bindings generator has been moved to the `wasmtime` crate upstream as part of bytecodealliance/wasmtime#5317. This is another step along the road of #395. The Wasmtime-hosted tests are all removed here as well but may get re-added in the future for testing as necessary.
1 parent 9c40084 commit bf54958

41 files changed

Lines changed: 8 additions & 4255 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 8 additions & 1089 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ wit-bindgen-gen-guest-c = { path = 'crates/gen-guest-c', version = '0.3.0' }
3939
wit-bindgen-gen-guest-rust = { path = "crates/gen-guest-rust", version = "0.3.0" }
4040
wit-bindgen-gen-guest-teavm-java = { path = 'crates/gen-guest-teavm-java', version = '0.3.0' }
4141
wit-bindgen-gen-host-js = { path = 'crates/gen-host-js', version = '0.3.0' }
42-
wit-bindgen-gen-host-wasmtime-rust = { path = 'crates/gen-host-wasmtime-rust', version = '0.3.0' }
4342
wit-bindgen-gen-markdown = { path = 'crates/gen-markdown', version = '0.3.0' }
4443
wit-bindgen-gen-rust-lib = { path = 'crates/gen-rust-lib', version = '0.3.0' }
4544
wit-bindgen-guest-rust = { path = 'crates/guest-rust', version = '0.3.0', default-features = false }
46-
wit-bindgen-host-wasmtime-rust = { path = 'crates/host-wasmtime-rust', version = '0.3.0' }
4745
wit-bindgen-rust-macro-shared = { path = 'crates/rust-macro-shared', version = '0.3.0' }
4846

4947
[[bin]]
@@ -55,7 +53,6 @@ anyhow = { workspace = true }
5553
clap = { workspace = true }
5654
wit-bindgen-core = { path = 'crates/bindgen-core' }
5755
wit-bindgen-gen-guest-rust = { path = 'crates/gen-guest-rust', features = ['clap'] }
58-
wit-bindgen-gen-host-wasmtime-rust = { path = 'crates/gen-host-wasmtime-rust', features = ['clap'] }
5956
wit-bindgen-gen-host-js = { path = 'crates/gen-host-js', features = ['clap'] }
6057
wit-bindgen-gen-guest-c = { path = 'crates/gen-guest-c', features = ['clap'] }
6158
wit-bindgen-gen-markdown = { path = 'crates/gen-markdown', features = ['clap'] }

crates/gen-host-wasmtime-rust/Cargo.toml

Lines changed: 0 additions & 27 deletions
This file was deleted.

crates/gen-host-wasmtime-rust/build.rs

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)