fsharpforyou / tour

An interactive tour of the F# language.
https://fsharpforyou.github.io/tour/
MIT License
12 stars 2 forks source link

WebAssembly #31

Closed sheridanchris closed 5 months ago

sheridanchris commented 5 months ago

Migrating from Fable to WebAssembly would give us access to the entire .NET standard library and a bunch of libraries while Fable only allows us to use a subset of the .NET API that Fable supports. This would allow us to write examples for things like .NET Tasks, HttpClient, FileSystem APIs, Type Provider Libraries, and much more!