Update wasmtime@latest to 9.0.3 (#125)

Co-authored-by: Taiki Endo <te316e89@gmail.com>
This commit is contained in:
github-actions[bot]
2023-06-01 14:02:23 +10:00
committed by GitHub
parent eacdd1887a
commit 371df73946
2 changed files with 32 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
- Update `wasmtime@latest` to 9.0.3.
## [2.9.0] - 2023-05-29 ## [2.9.0] - 2023-05-29
- Update `mdbook@latest` to 0.4.30. - Update `mdbook@latest` to 0.4.30.

View File

@@ -1,13 +1,40 @@
{ {
"template": null, "template": null,
"latest": { "latest": {
"version": "9.0.2" "version": "9.0.3"
}, },
"9": { "9": {
"version": "9.0.2" "version": "9.0.3"
}, },
"9.0": { "9.0": {
"version": "9.0.2" "version": "9.0.3"
},
"9.0.3": {
"x86_64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v9.0.3/wasmtime-v9.0.3-x86_64-linux.tar.xz",
"checksum": "7089f0ab5bf4d870e79a4c61404b36562e5ad486325d5da20d9c7dfd01cbce50",
"bin": "wasmtime-v9.0.3-x86_64-linux/wasmtime"
},
"x86_64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v9.0.3/wasmtime-v9.0.3-x86_64-macos.tar.xz",
"checksum": "d2dc9c04ec2877728c85cc08ab6a7ff5569746c462a6639c41b2e10d372fc330",
"bin": "wasmtime-v9.0.3-x86_64-macos/wasmtime"
},
"x86_64_windows": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v9.0.3/wasmtime-v9.0.3-x86_64-windows.zip",
"checksum": "ac2c610f83d994b09a85f3467ce2252da69c9db37a638d1b4c372a1f3d9be160",
"bin": "wasmtime-v9.0.3-x86_64-windows/wasmtime.exe"
},
"aarch64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v9.0.3/wasmtime-v9.0.3-aarch64-linux.tar.xz",
"checksum": "88ae51524df14ebb01564ba459ced6d5cb9fd20c1c576de32a33c13e6bb2ee13",
"bin": "wasmtime-v9.0.3-aarch64-linux/wasmtime"
},
"aarch64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v9.0.3/wasmtime-v9.0.3-aarch64-macos.tar.xz",
"checksum": "799310028674842752e6621e8418590cc1ddbc344a7e21a21f6ae8dfe7045414",
"bin": "wasmtime-v9.0.3-aarch64-macos/wasmtime"
}
}, },
"9.0.2": { "9.0.2": {
"x86_64_linux_gnu": { "x86_64_linux_gnu": {