TryFSharpOnWasm
TryFSharpOnWasm copied to clipboard
F# Compiler running in WebAssembly with Bolero

The following code brings the compiler error: ``` Compilation failed. (22,8)-(22,13) The type referenced through 'System.Globalization.CultureInfo' is defined in an assembly that is not referenced. You must add a reference...
It would be really cool if one could try bolero in the browser and have a simple counter example. Similar to https://ellie-app.com/new for elm.
The dropdown is a bit barebones, and won't scale as we add samples.
Currently autocomplete tooltips aren't escaped for HTML, so they can do some injection.  For a more realistic and confusing scenario, this means that a value of type eg `List`...