wasm: Update from v6.0.2 to v8.0.1 (#14178)

* wasm: Update from v6.0.2 to v8.0.1

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

* Fix rustix version

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

---------

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-05-24 12:08:21 +03:00
committed by GitHub
parent 078699c354
commit b73b698980
3 changed files with 86 additions and 95 deletions
@@ -19,7 +19,7 @@ libc = "0.2.121"
# When bumping wasmtime do not forget to also bump rustix
# to exactly the same version as used by wasmtime!
wasmtime = { version = "6.0.2", default-features = false, features = [
wasmtime = { version = "8.0.1", default-features = false, features = [
"cache",
"cranelift",
"jitdump",