Use F# from supabase edge functions by compiling them to WASM
https://hashset.dev/article/19_f_in_strange_places_supabase_edge_functions
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 months ago | |
---|---|---|
src | ||
supabase | ||
.gitignore | ||
StrangePlaces.sln | ||
global.json | ||
readme.md |
readme.md
F# in strange places
Compiling F# to WebAssembly so that an F# lib may be used from a Deno runtime, such as Supabase edge functions.
This is the accompanying blog post for the F# Advent Calendar 2022 https://hashset.dev/article/19_f_in_strange_places_supabase_edge_functions
Requirements
- dotnet v7
dotnet workload install wasm-tools
- supabase cli