From 4e6f3ea899efd6bbe8e77235fcba69b73257d23c Mon Sep 17 00:00:00 2001 From: Conrad Watt Date: Mon, 9 May 2022 17:09:42 +0100 Subject: [PATCH] bump spec interpreter commit to address performance issues (#4113) --- crates/fuzzing/wasm-spec-interpreter/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fuzzing/wasm-spec-interpreter/build.rs b/crates/fuzzing/wasm-spec-interpreter/build.rs index 472ec0165c..f98781cd28 100644 --- a/crates/fuzzing/wasm-spec-interpreter/build.rs +++ b/crates/fuzzing/wasm-spec-interpreter/build.rs @@ -12,7 +12,7 @@ const OCAML_DIR: &'static str = "ocaml"; const SPEC_DIR: &'static str = "ocaml/spec"; const SPEC_REPOSITORY: &'static str = "https://github.com/conrad-watt/spec"; const SPEC_REPOSITORY_BRANCH: &'static str = "wasmtime_fuzzing"; -const SPEC_REPOSITORY_REV: &'static str = "52851c8394ee4099fb8bdeaec6d60d92e787052f"; +const SPEC_REPOSITORY_REV: &'static str = "5395f07394eac9383b99ae04bb1fb34a77394555"; fn main() { if cfg!(feature = "build-libinterpret") {