Initial commit (by create-cloudflare CLI)

This commit is contained in:
Jonas_Jones 2023-09-12 00:20:38 +02:00
parent 8cb86120f1
commit fff961078a
1777 changed files with 1011798 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# 👷 `workerd` for Linux 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.

View file

@ -0,0 +1,17 @@
{
"name": "@cloudflare/workerd-linux-64",
"description": "👷 workerd for Linux 64-bit, Cloudflare's JavaScript/Wasm Runtime",
"repository": "https://github.com/cloudflare/workerd",
"license": "Apache-2.0",
"preferUnplugged": false,
"engines": {
"node": ">=16"
},
"os": [
"linux"
],
"cpu": [
"x64"
],
"version": "1.20230904.0"
}