bump spec interpreter commit to address performance issues (#4113)

This commit is contained in:
Conrad Watt
2022-05-09 17:09:42 +01:00
committed by GitHub
parent ccf834b473
commit 4e6f3ea899

View File

@@ -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") {