From 975a615df5859c21e4e561fb610eeae197e1a28d Mon Sep 17 00:00:00 2001 From: abgox Date: Wed, 13 Mar 2024 09:52:54 +0800 Subject: [PATCH] wasmedge: Add version 0.13.5 (Closes #4842) (#5595) --- bucket/wasmedge.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/wasmedge.json diff --git a/bucket/wasmedge.json b/bucket/wasmedge.json new file mode 100644 index 0000000000..7b5c3ba736 --- /dev/null +++ b/bucket/wasmedge.json @@ -0,0 +1,23 @@ +{ + "version": "0.13.5", + "description": "A lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.", + "homepage": "https://wasmedge.org/", + "license": "Apache-2.0", + "url": "https://github.com/WasmEdge/WasmEdge/releases/download/0.13.5/WasmEdge-0.13.5-windows-msvc.zip", + "hash": "b878d188d4f1fa124e28cf7f846d91128da43dac4e1b056463f3a1c835543976", + "extract_dir": "WasmEdge-0.13.5-Windows", + "bin": [ + "bin\\wasmedge.exe", + "bin\\wasmedgec.exe" + ], + "checkver": { + "github": "https://github.com/WasmEdge/WasmEdge" + }, + "autoupdate": { + "url": "https://github.com/WasmEdge/WasmEdge/releases/download/$version/WasmEdge-$version-windows-msvc.zip", + "hash": { + "url": "$baseurl/SHA256SUM" + }, + "extract_dir": "WasmEdge-$version-Windows" + } +}