You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
Simple changes to make it compatible with WASM (dotnet#8722)
* ifEmptyUse fSharpCompilerLocation
In Wasm `Assembly.Location` do not have directory path since assemblies reside in memory.
* Check GetEnvironmentVariable("FSHARP_COMPILER_BIN") before tryAppConfig
In Wasm `tryAppConfig` throws and env var `FSHARP_COMPILER_BIN` never gets tested, so do it first
* ifEmptyUse with IsNullOrWhiteSpace
0 commit comments