From 07febb2fd229cf5f3bd33afe4e1d6f2ad6dc79bc Mon Sep 17 00:00:00 2001 From: Jaffar Ashoor Date: Fri, 21 Mar 2025 03:11:59 +0300 Subject: [PATCH] Add wazero --- bucket/wazero.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/wazero.json diff --git a/bucket/wazero.json b/bucket/wazero.json new file mode 100644 index 0000000000000..75bbaee929a5f --- /dev/null +++ b/bucket/wazero.json @@ -0,0 +1,21 @@ +{ + "version": "1.9.0", + "description": "wazero: the zero dependency WebAssembly runtime for Go developers", + "homepage": "https://github.com/tetratelabs/wazero", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/tetratelabs/wazero/releases/download/v1.9.0/wazero_1.9.0_windows_amd64.zip", + "hash": "cf24cb5e3ee9969c3126384e7c897ac8728b7442f92963bc7a7fa58fff7061e3" + } + }, + "bin": "wazero.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tetratelabs/wazero/releases/download/v$version/wazero_$version_windows_amd64.zip" + } + } + } +}