From 7fd628369a13ffb68cdf4fdaea64ae5c99b9318b Mon Sep 17 00:00:00 2001 From: Tom Ballinger Date: Tue, 18 Nov 2025 18:48:28 -0800 Subject: [PATCH 1/2] Add Convex --- index.bs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.bs b/index.bs index 9021321..58aff2b 100644 --- a/index.bs +++ b/index.bs @@ -80,6 +80,16 @@ Key: `azion` Website: [https://www.azion.com/en/products/edge-functions/](https://www.azion.com/en/products/edge-functions/) +## Convex - Convex Runtime ## {#convex} + +The JavaScript runtime used to execute deterministic Query and Mutation Functions as well as nondeterministic Action Functions in the Convex backend platform. + +Key: `convex` + +Website: [https://docs.convex.dev/functions/runtimes#default-convex-runtime](https://docs.convex.dev/functions/runtimes#default-convex-runtime) + +Repository: [https://github.com/get-convex/convex-backend](https://github.com/get-convex/convex-backend) + ## Cloudflare - workerd ## {#workerd} The JavaScript / WebAssembly runtime that powers Cloudflare Workers. From c29dc60a47a75773ed31e808a206f9d23b9e8dd1 Mon Sep 17 00:00:00 2001 From: Thomas Ballinger Date: Fri, 12 Dec 2025 08:05:20 -0800 Subject: [PATCH 2/2] Alphabetize --- index.bs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/index.bs b/index.bs index 58aff2b..bb0851c 100644 --- a/index.bs +++ b/index.bs @@ -80,16 +80,6 @@ Key: `azion` Website: [https://www.azion.com/en/products/edge-functions/](https://www.azion.com/en/products/edge-functions/) -## Convex - Convex Runtime ## {#convex} - -The JavaScript runtime used to execute deterministic Query and Mutation Functions as well as nondeterministic Action Functions in the Convex backend platform. - -Key: `convex` - -Website: [https://docs.convex.dev/functions/runtimes#default-convex-runtime](https://docs.convex.dev/functions/runtimes#default-convex-runtime) - -Repository: [https://github.com/get-convex/convex-backend](https://github.com/get-convex/convex-backend) - ## Cloudflare - workerd ## {#workerd} The JavaScript / WebAssembly runtime that powers Cloudflare Workers. @@ -100,6 +90,16 @@ Website: [https://workers.cloudflare.com/](https://workers.cloudflare.com/) Repository: [https://github.com/cloudflare/workerd](https://github.com/cloudflare/workerd) +## Convex - Convex Runtime ## {#convex} + +The JavaScript runtime used to execute deterministic Query and Mutation Functions as well as nondeterministic Action Functions in the Convex backend platform. + +Key: `convex` + +Website: [https://docs.convex.dev/functions/runtimes#default-convex-runtime](https://docs.convex.dev/functions/runtimes#default-convex-runtime) + +Repository: [https://github.com/get-convex/convex-backend](https://github.com/get-convex/convex-backend) + ## Deno Land - Deno ## {#deno} A modern runtime for JavaScript and TypeScript.