File: add-wasm-encoder.patch

package info (click to toggle)
rust-wasmparser 0.239.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,952 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/Cargo.toml b/Cargo.toml
index f8c1a23..e52ae1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -123,6 +123,9 @@ version = "1.3"
 [dev-dependencies.wat]
 version = "1"
 
+[dev-dependencies.wasm-encoder]
+version = "0"
+
 [lints.clippy]
 allow_attributes_without_reason = "warn"
 clone_on_copy = "warn"