fsc-host
fsc-host copied to clipboard
Extend your F# apps with F# scripts
Results
1
fsc-host issues
Sort by
recently updated
recently updated
newest added
Is it possible to run fsc-host in WebAssembly? I'm trying to invoke fsc-host with `CompilerHost.getAssembly Options.Default (Inline text)` but am hitting the following exception: ``` System.TypeInitializationException: The type initializer for...