Skip to content

Commit

Permalink
wasmtime: Update to version 28.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent 67934e6 commit 8a6c0ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/wasmtime.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "27.0.0",
"version": "28.0.0",
"description": "Standalone JIT-style runtime for WebAssembly, using Cranelift",
"homepage": "https://wasmtime.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v27.0.0/wasmtime-v27.0.0-x86_64-windows.zip",
"hash": "fc75d3cae018ab433387d72487b2d111c4614c0442ab7941b67ad49ce3631b60",
"extract_dir": "wasmtime-v27.0.0-x86_64-windows"
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v28.0.0/wasmtime-v28.0.0-x86_64-windows.zip",
"hash": "419c6ed54a7926a2594b64adfdd09042b00376691f8225b7187af5683146a878",
"extract_dir": "wasmtime-v28.0.0-x86_64-windows"
}
},
"bin": "wasmtime.exe",
Expand Down

0 comments on commit 8a6c0ff

Please sign in to comment.