@fastly/js-compute

v3.13.1
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/*.wasm .

test:cli

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

test:types

tsd

build:debug

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

check-changelog

cae-release-notes-format-checker CHANGELOG.md
npm i @fastly/[email protected]

Metadata

Downloads