This commit is contained in:
2026-07-08 18:29:36 +08:00
parent ad51ced86c
commit 3af8ff9b80
1613 changed files with 701644 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
# 👷 `workerd` for Windows 64-bit, Cloudflare's JavaScript/Wasm Runtime
`workerd` is a JavaScript / Wasm server runtime based on the same code that powers
[Cloudflare Workers](https://workers.dev).
See https://github.com/cloudflare/workerd for details.
Binary file not shown.
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@cloudflare/workerd-windows-64",
"description": "👷 workerd for Windows 64-bit, Cloudflare's JavaScript/Wasm Runtime",
"repository": "https://github.com/cloudflare/workerd",
"license": "Apache-2.0",
"preferUnplugged": false,
"engines": {
"node": ">=16"
},
"os": [
"win32"
],
"cpu": [
"x64"
],
"version": "1.20260706.1"
}