@cloudflare/workerd-darwin-arm64 1.20220926.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +6 -0
  2. package/bin/workerd +0 -0
  3. package/package.json +17 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # 👷 `workerd` for macOS ARM 64-bit, Cloudflare's JavaScript/Wasm Runtime
2
+
3
+ `workerd` is a JavaScript / Wasm server runtime based on the same code that powers
4
+ [Cloudflare Workers](https://workers.dev).
5
+
6
+ See https://github.com/cloudflare/workerd for details.
package/bin/workerd ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@cloudflare/workerd-darwin-arm64",
3
+ "description": "👷 workerd for macOS ARM 64-bit, Cloudflare's JavaScript/Wasm Runtime",
4
+ "repository": "https://github.com/cloudflare/workerd",
5
+ "license": "Apache-2.0",
6
+ "preferUnplugged": false,
7
+ "engines": {
8
+ "node": ">=16"
9
+ },
10
+ "os": [
11
+ "darwin"
12
+ ],
13
+ "cpu": [
14
+ "arm64"
15
+ ],
16
+ "version": "1.20220926.0"
17
+ }