chore(docs): Added a guide on using wasm modules in Edge Functions (#32811)

* chore(docs): Added a guide on using wasm modules in Edge Functions

* update example

* WASM -> Wasm

* fix page title
This commit is contained in:
Lakshan Perera
2025-01-16 09:55:31 +11:00
committed by GitHub
parent cdb95a6036
commit e63a082dda
4 changed files with 93 additions and 2 deletions

View File

@@ -1359,6 +1359,10 @@ export const functions: NavMenuConstant = {
name: 'Running AI Models',
url: '/guides/functions/ai-models',
},
{
name: 'Wasm modules',
url: '/guides/functions/wasm',
},
{
name: 'Deploying with CI / CD pipelines',
url: '/guides/functions/cicd-workflow',