Skip to content

Commit

Permalink
llrt: Add version 0.2.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
trdthg committed Oct 18, 2024
1 parent cca09e5 commit 80b9018
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bucket/llrt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": "0.2.2-beta",
"description": "LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.",
"homepage": "https://github.com/awslabs/llrt",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/awslabs/llrt/releases/download/v0.2.2-beta/llrt-windows-x64.zip",
"hash": "50f498d0a13aff2e30723c2c42b18543e4382f064bfdbb714e46162633558e89"
}
},
"checkver": {
"github": "https://github.com/awslabs/llrt"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/awslabs/llrt/releases/download/v$version/llrt-windows-x64.zip"
}
}
}
}

0 comments on commit 80b9018

Please sign in to comment.