Skip to content

Commit

Permalink
Move wasmtime-wasi to dev-dependencies (#728)
Browse files Browse the repository at this point in the history
While it's using the majority of build time on my environment,
it seems only used for tests.
  • Loading branch information
yamt authored Nov 2, 2023
1 parent 8755764 commit 5390bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ wit-bindgen-go = { workspace = true, features = ['clap'], optional = true }
wit-bindgen-csharp = { workspace = true, features = ['clap'], optional = true }
wit-component = { workspace = true }
wasm-encoder = { workspace = true }
wasmtime-wasi = { workspace = true }

[features]
default = [
Expand All @@ -80,5 +79,6 @@ csharp = ['dep:wit-bindgen-csharp']
[dev-dependencies]
heck = { workspace = true }
wasmtime = { version = "14", features = ['component-model'] }
wasmtime-wasi = { workspace = true }
test-artifacts = { path = 'crates/test-rust-wasm/artifacts' }
wit-parser = { workspace = true }

0 comments on commit 5390bab

Please sign in to comment.