-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #330 from supabase/bo/docs/wasm-page
docs: add wasm fdw directory page
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: **[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) | ||
:octicons-code-24: [source](https://github.com/supabase/wrappers/tree/wasm_paddle_fdw_v0.1.0/wasm-wrappers/fdw/paddle_fdw) | ||
:material-file-document: [docs](../paddle) | ||
|
||
- :simple-webassembly: **[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) | ||
:octicons-code-24: [source](https://github.com/supabase/wrappers/tree/wasm_snowflake_fdw_v0.1.0/wasm-wrappers/fdw/snowflake_fdw) | ||
:material-file-document: [docs](../snowflake) | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters