Skip to content

Commit

Permalink
Merge pull request #330 from supabase/bo/docs/wasm-page
Browse files Browse the repository at this point in the history
docs: add wasm fdw directory page
  • Loading branch information
burmecia authored Aug 14, 2024
2 parents 0b877ad + 266b16b commit c3ef1b3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/catalog/wasm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
source:
documentation:
author: supabase
tags:
- wasm
- official
---

# Wasm Wrappers

Foreign data wrappers built with Wasm which can be used on Supabase platform.

<div class="grid cards" markdown>

- :simple-webassembly: &nbsp; **[Paddle](../paddle)**

----

Foreign data wrapper for [Paddle](https://www.paddle.com/).

Supported by [Supabase](https://www.supabase.com)

:octicons-tag-24: [v0.1.0](https://github.com/supabase/wrappers/releases/tag/wasm_paddle_fdw_v0.1.0) &nbsp;
:octicons-code-24: [source](https://github.com/supabase/wrappers/tree/wasm_paddle_fdw_v0.1.0/wasm-wrappers/fdw/paddle_fdw) &nbsp;
:material-file-document: [docs](../paddle)

- :simple-webassembly: &nbsp; **[Snowflake](../snowflake)**

----

Foreign data wrapper for [Snowflake](https://www.snowflake.com/en/).

Supported by [Supabase](https://www.supabase.com)

:octicons-tag-24: [v0.1.0](https://github.com/supabase/wrappers/releases/tag/wasm_snowflake_fdw_v0.1.0) &nbsp;
:octicons-code-24: [source](https://github.com/supabase/wrappers/tree/wasm_snowflake_fdw_v0.1.0/wasm-wrappers/fdw/snowflake_fdw) &nbsp;
:material-file-document: [docs](../snowflake)

</div>
3 changes: 3 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ nav:
- Snowflake: 'catalog/snowflake.md'
- Stripe: 'catalog/stripe.md'
- SQL Server: 'catalog/mssql.md'
- Wasm: 'catalog/wasm.md'
- Guides:
- Native vs Wasm Wrappers: 'guides/native-wasm.md'
- Query Pushdown: 'guides/query-pushdown.md'
Expand Down Expand Up @@ -79,6 +80,8 @@ extra:


markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
linenums: true
guess_lang: false
Expand Down

0 comments on commit c3ef1b3

Please sign in to comment.