mirror of
https://github.com/supabase/supabase.git
synced 2026-06-09 19:50:28 +08:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user