diff --git a/Cargo.toml b/Cargo.toml index d6a7044c9289..a441a240944c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,10 +84,8 @@ failure_derive = { git = "https://github.com/badboy/failure", rev = "64af847bc5f [patch.crates-io.cranelift-codegen] git = "https://github.com/mozilla-spidermonkey/wasmtime" -rev = "dcc52ba3f69d3de7cdbd787b936825d9c61e3c27" -branch = "firefox85" +rev = "ac58a436ed84d1a88b4ff24367c5972cf8d3d405" [patch.crates-io.cranelift-wasm] git = "https://github.com/mozilla-spidermonkey/wasmtime" -rev = "dcc52ba3f69d3de7cdbd787b936825d9c61e3c27" -branch = "firefox85" +rev = "ac58a436ed84d1a88b4ff24367c5972cf8d3d405" diff --git a/js/src/jit-test/tests/wasm/ref-types/tables-generalized.js b/js/src/jit-test/tests/wasm/ref-types/tables-generalized.js index 605307539c25..0faadcf8cbb7 100644 --- a/js/src/jit-test/tests/wasm/ref-types/tables-generalized.js +++ b/js/src/jit-test/tests/wasm/ref-types/tables-generalized.js @@ -170,7 +170,7 @@ assertErrorMessage(() => new WebAssembly.Module(wasmTextToBinary( (func (result i32) (call_indirect (type $t) (i32.const 37))))`)), WebAssembly.CompileError, - /(indirect calls must go through a table of 'funcref')|(type mismatch)/); + /(indirect calls must go through a table of 'funcref')|(indirect calls must go through a table of funcref)/); /////////////////////////////////////////////////////////////////////////// //