@fastly/js-compute

v3.17.3
JavaScript SDK and CLI for building JavaScript applications on [Fastly Compute](https://www.fastly.com/products/edge-compute/serverless).

test

npm run test:types && npm run test:cli

build

make -j8 -C runtime/js-compute-runtime && cp runtime/js-compute-runtime/js-compute-runtime.wasm .

test:cli

brittle --bail integration-tests/cli/**.test.js

test:wpt

tests/wpt-harness/build-wpt-runtime.sh && node ./tests/wpt-harness/run-wpt.mjs -vv

test:types

tsd

build:debug

DEBUG=true make -j8 -C runtime/js-compute-runtime && cp runtime/js-compute-runtime/js-compute-runtime.wasm .

format-changelog

node ci/format-changelog.js CHANGELOG.md

test:integration

node ./integration-tests/js-compute/test.js

build:starlingmonkey

./runtime/fastly/build-release.sh

build:starlingmonkey:debug

./runtime/fastly/build-debug.sh
npm i @fastly/[email protected]

Metadata

Downloads