Bug 1689950 - Vendor in CL a25399760e9f12b679aa267dd2af7cfedc72bb71. Part 1: hash changes. r=yury.

Revendor CL to a25399760e9f12b679aa267dd2af7cfedc72bb71 from
https://github.com/mozilla-spidermonkey/wasmtime, branch firefox85.
This pulls in three code-correctness fixes that have accumulated in
the past month:
https://github.com/bytecodealliance/wasmtime/pull/{2548,2556,2559}.

Differential Revision: https://phabricator.services.mozilla.com/D103672
This commit is contained in:
Julian Seward 2021-02-01 16:18:47 +00:00
Родитель e9351a2745
Коммит c757334be6
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -85,11 +85,11 @@ minidump_writer_linux = { git = "https://github.com/msirringhaus/minidump_writer
[patch.crates-io.cranelift-codegen]
git = "https://github.com/mozilla-spidermonkey/wasmtime"
rev = "3334d92350da40b90d2529c147db3ea44918b558"
rev = "a25399760e9f12b679aa267dd2af7cfedc72bb71"
[patch.crates-io.cranelift-wasm]
git = "https://github.com/mozilla-spidermonkey/wasmtime"
rev = "3334d92350da40b90d2529c147db3ea44918b558"
rev = "a25399760e9f12b679aa267dd2af7cfedc72bb71"
# Patch autocfg to hide rustc output. Workaround for https://github.com/cuviper/autocfg/issues/30
[patch.crates-io.autocfg]