Description: avoid not-in-Debian crate wasmprinter
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-07-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,6 @@
 wasmtime-cli-flags = { workspace = true }
 wasmtime-cranelift = { workspace = true, optional = true }
 wasmtime-environ = { workspace = true }
-wasmtime-explorer = { workspace = true, optional = true }
 wasmtime-wast = { workspace = true, optional = true }
 wasi-common = { workspace = true, default-features = true, features = ["exit", "tokio"], optional = true }
 wasmtime-wasi = { workspace = true, default-features = true, optional = true }
@@ -195,7 +194,6 @@
 wasmtime-cranelift = { path = "crates/cranelift", version = "=26.0.1" }
 wasmtime-winch = { path = "crates/winch", version = "=26.0.1" }
 wasmtime-environ = { path = "crates/environ", version = "=26.0.1" }
-wasmtime-explorer = { path = "crates/explorer", version = "=26.0.1" }
 wasmtime-fiber = { path = "crates/fiber", version = "=26.0.1" }
 wasmtime-jit-debug = { path = "crates/jit-debug", version = "=26.0.1" }
 wasmtime-wast = { path = "crates/wast", version = "=26.0.1" }
@@ -266,7 +264,6 @@
 wasmparser = { version = "0.217.0", default-features = false }
 wat = "1.217.0"
 wast = "217.0.0"
-wasmprinter = "0.217.0"
 wasm-encoder = "0.217.0"
 wasm-smith = "0.217.0"
 wasm-mutate = "0.217.0"
@@ -350,7 +347,6 @@
   # All subcommands are included by default.
   "run",
   "compile",
-  "explore",
   "serve",
   "wast",
   "config",
@@ -435,7 +431,6 @@
   "dep:http",
   "wasmtime-cli-flags/async",
 ]
-explore = ["dep:wasmtime-explorer", "dep:tempfile"]
 wast = ["dep:wasmtime-wast"]
 config = ["cache"]
 compile = ["cranelift"]
--- a/crates/environ/Cargo.toml
+++ b/crates/environ/Cargo.toml
@@ -33,7 +33,6 @@
 rustc-demangle = { version = "0.1.16", optional = true }
 target-lexicon = { workspace = true }
 wasm-encoder = { workspace = true, optional = true }
-wasmprinter = { workspace = true, optional = true }
 wasmtime-component-util = { workspace = true, optional = true }
 semver = { workspace = true, optional = true, features = ['serde'] }
 smallvec = { workspace = true, features = ['serde'] }
@@ -56,7 +55,6 @@
   'object/write_core',
   'std',
   "dep:wasm-encoder",
-  "dep:wasmprinter",
 ]
 threads = ['std']
 wmemcheck = ['std']
--- a/crates/environ/fuzz/Cargo.toml
+++ b/crates/environ/fuzz/Cargo.toml
@@ -14,7 +14,6 @@
 env_logger = { workspace = true }
 libfuzzer-sys = { workspace = true }
 wasmparser = { workspace = true }
-wasmprinter = { workspace = true }
 wat = { workspace = true }
 wasmtime-environ = { workspace = true }
 component-fuzz-util = { workspace = true, optional = true }
--- a/crates/explorer/Cargo.toml
+++ b/crates/explorer/Cargo.toml
@@ -19,6 +19,5 @@
 serde_derive = { workspace = true }
 serde_json = { workspace = true }
 target-lexicon = { workspace = true, features = ['std'] }
-wasmprinter = { workspace = true }
 wasmtime = { workspace = true, features = ["cranelift", "runtime"] }
 wasmtime-environ = { workspace = true }
--- a/crates/fuzzing/Cargo.toml
+++ b/crates/fuzzing/Cargo.toml
@@ -22,7 +22,6 @@
 target-lexicon = { workspace = true }
 tempfile = "3.3.0"
 wasmparser = { workspace = true }
-wasmprinter = { workspace = true }
 wasmtime = { workspace = true, features = ['default', 'winch', 'gc', 'memory-protection-keys'] }
 wasmtime-wast = { workspace = true }
 wasm-encoder = { workspace = true }
