TryFSharpOnWasm icon indicating copy to clipboard operation
TryFSharpOnWasm copied to clipboard

F# Compiler running in WebAssembly with Bolero

Results 6 TryFSharpOnWasm issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/4289161/211377714-a51b14ad-2cc9-46f9-a399-c7dd3f8a727f.png)

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.

https://docs.microsoft.com/en-us/dotnet/fsharp/tour

enhancement

The dropdown is a bit barebones, and won't scale as we add samples.

enhancement

Currently autocomplete tooltips aren't escaped for HTML, so they can do some injection. ![screenshot](https://user-images.githubusercontent.com/921395/50366248-e2c0a080-0578-11e9-84bd-74ac38808fa4.png) For a more realistic and confusing scenario, this means that a value of type eg `List`...

bug