Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsbolero/TryFSharpOnWasm
F# Compiler running in WebAssembly with Bolero
https://github.com/fsbolero/TryFSharpOnWasm
blazor bolero fsharp webassembly
Last synced: 19 days ago
JSON representation
F# Compiler running in WebAssembly with Bolero
- Host: GitHub
- URL: https://github.com/fsbolero/TryFSharpOnWasm
- Owner: fsbolero
- License: apache-2.0
- Created: 2018-12-12T16:13:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T19:04:20.000Z (over 4 years ago)
- Last Synced: 2024-08-01T15:04:17.986Z (4 months ago)
- Topics: blazor, bolero, fsharp, webassembly
- Language: F#
- Size: 29.7 MB
- Stars: 38
- Watchers: 10
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`.