Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fsbolero/TryFSharpOnWasm

F# Compiler running in WebAssembly with Bolero
https://github.com/fsbolero/TryFSharpOnWasm

blazor bolero fsharp webassembly

Last synced: about 2 months ago
JSON representation

F# Compiler running in WebAssembly with Bolero

Awesome Lists containing this project

README

        

# Try F# on WebAssembly

[![Build status](https://ci.appveyor.com/api/projects/status/mw21lo0uhu19fkfi?svg=true)](https://ci.appveyor.com/project/IntelliFactory/tryfsharponwasm)

This is the repository for the [Try F# on WebAssembly](https://tryfsharp.fsbolero.io) website.

Uses Bolero - F# Tools for Blazor, see [website](https://fsbolero.io/) and [repository](https://github.com/fsbolero/Bolero).

## Building this project

First run `install.ps1` in Powershell. Then you can open the solution in your IDE of choice.

The server project `WebFsc.Server` is just here for developer convenience (hot reloading, MIME type for *.fsx); the actual deployed project is `WebFsc.Client`.