File: 2003_no_fuzz.patch

package info (click to toggle)
rust-wasmtime 28.0.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 54,120 kB
  • sloc: ansic: 4,071; sh: 567; javascript: 548; cpp: 280; asm: 175; ml: 96; makefile: 55
file content (44 lines) | stat: -rw-r--r-- 1,599 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -112,16 +112,13 @@
 resolver = '2'
 members = [
   "cranelift",
-  "cranelift/isle/fuzz",
   "cranelift/isle/islec",
   "cranelift/isle/veri/veri_ir",
   "cranelift/serde",
   "crates/bench-api",
   "crates/c-api/artifact",
-  "crates/environ/fuzz",
   "examples/min-platform",
   "examples/min-platform/embedding",
-  "fuzz",
   "winch/codegen",
 ]
 
@@ -178,8 +175,6 @@
 wasmtime-asm-macros = { path = "crates/asm-macros", version = "=28.0.1" }
 wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=28.0.1" }
 wasmtime-slab = { path = "crates/slab", version = "=28.0.1" }
-component-fuzz-util = { path = "crates/misc/component-fuzz-util" }
-wasmtime-fuzzing = { path = "crates/fuzzing" }
 wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=28.0.1" }
 wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=28.0.1" }
 
@@ -192,7 +187,6 @@
 cranelift-reader = { path = "cranelift/reader", version = "0.115.1" }
 cranelift-object = { path = "cranelift/object", version = "0.115.1" }
 cranelift-jit = { path = "cranelift/jit", version = "0.115.1" }
-cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
 cranelift-bforest = { path = "cranelift/bforest", version = "0.115.1" }
 cranelift-bitset = { path = "cranelift/bitset", version = "0.115.1" }
 cranelift-control = { path = "cranelift/control", version = "0.115.1" }
@@ -248,7 +242,6 @@
 serde_derive = "1.0.188"
 serde_json = "1.0.80"
 glob = "0.3.0"
-libfuzzer-sys = "0.4.8"
 walkdir = "2.3.3"
 cfg-if = "1.0"
 tempfile = "3.1.0"