wasm-smith
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "8ebed07de87638d991e144fa5b79b904b1758987" | ||
| "sha1": "d05406062d031ae96146486f58a965d87eefea5e" | ||
| }, | ||
| "path_in_vcs": "crates/wasm-smith" | ||
| } |
+11
-11
@@ -653,5 +653,5 @@ # This file is automatically @generated by Cargo. | ||
| name = "wasm-encoder" | ||
| version = "0.242.0" | ||
| version = "0.243.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "67f90e55bc9c6ee6954a757cc6eb3424d96b442e5252ed10fea627e518878d36" | ||
| checksum = "c55db9c896d70bd9fa535ce83cd4e1f2ec3726b0edd2142079f594fc3be1cb35" | ||
| dependencies = [ | ||
@@ -664,3 +664,3 @@ "leb128fmt", | ||
| name = "wasm-smith" | ||
| version = "0.242.0" | ||
| version = "0.243.0" | ||
| dependencies = [ | ||
@@ -684,5 +684,5 @@ "anyhow", | ||
| name = "wasmparser" | ||
| version = "0.242.0" | ||
| version = "0.243.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "ed3c6e611f4cd748d85c767815823b777dc56afca793fcda27beae4e85028849" | ||
| checksum = "f6d8db401b0528ec316dfbe579e6ab4152d61739cfe076706d2009127970159d" | ||
| dependencies = [ | ||
@@ -696,5 +696,5 @@ "bitflags", | ||
| name = "wasmprinter" | ||
| version = "0.242.0" | ||
| version = "0.243.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "936a79bf33649f3aa0cd7cdf495e62ac0c718b3630ab53946df6dc2eff73a0d6" | ||
| checksum = "eb2b6035559e146114c29a909a3232928ee488d6507a1504d8934e8607b36d7b" | ||
| dependencies = [ | ||
@@ -708,5 +708,5 @@ "anyhow", | ||
| name = "wast" | ||
| version = "242.0.0" | ||
| version = "243.0.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "50a61ae2997784a4ae2a47b3a99f7cf0ad2a54db09624a28a0c2e9d7a24408ce" | ||
| checksum = "df21d01c2d91e46cb7a221d79e58a2d210ea02020d57c092e79255cc2999ca7f" | ||
| dependencies = [ | ||
@@ -722,5 +722,5 @@ "bumpalo", | ||
| name = "wat" | ||
| version = "1.242.0" | ||
| version = "1.243.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "5ae8cf6adfb79b5d89cb3fe68bd56aaab9409d9cf23b588097eae7d75585dae2" | ||
| checksum = "226a9a91cd80a50449312fef0c75c23478fcecfcc4092bdebe1dc8e760ef521b" | ||
| dependencies = [ | ||
@@ -727,0 +727,0 @@ "wast", |
+7
-7
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "wasm-smith" | ||
| version = "0.242.0" | ||
| version = "0.243.0" | ||
| authors = ["Nick Fitzgerald <fitzgen@gmail.com>"] | ||
@@ -115,3 +115,3 @@ build = false | ||
| [dependencies.wasm-encoder] | ||
| version = "0.242.0" | ||
| version = "0.243.0" | ||
| features = ["std"] | ||
@@ -121,3 +121,3 @@ default-features = false | ||
| [dependencies.wasmparser] | ||
| version = "0.242.0" | ||
| version = "0.243.0" | ||
| features = [ | ||
@@ -134,3 +134,3 @@ "simd", | ||
| [dependencies.wat] | ||
| version = "1.242.0" | ||
| version = "1.243.0" | ||
| optional = true | ||
@@ -148,3 +148,3 @@ default-features = false | ||
| [dev-dependencies.wasmparser] | ||
| version = "0.242.0" | ||
| version = "0.243.0" | ||
| features = [ | ||
@@ -160,7 +160,7 @@ "simd", | ||
| [dev-dependencies.wasmprinter] | ||
| version = "0.242.0" | ||
| version = "0.243.0" | ||
| default-features = false | ||
| [dev-dependencies.wat] | ||
| version = "1.242.0" | ||
| version = "1.243.0" | ||
| default-features = false | ||
@@ -167,0 +167,0 @@ |
+1
-0
@@ -173,2 +173,3 @@ #![cfg(feature = "wasmparser")] | ||
| } | ||
| EntityType::FuncExact(_) => panic!("Unexpected func_exact in export"), | ||
| } | ||
@@ -175,0 +176,0 @@ } |
Sorry, the diff of this file is too big to display