Closed rstm-sf closed 5 months ago
@rstm-sf This will take a bit more time unfortunately, original commit did not update properly.
@psfinaki FYI -- I am seeing some challenges with the Run mode. I think SharpLab was never able to compile target:exe
(some complexity with code not finding a win32manifest
file), but previously I could pass the AST directly to the compiler, then rewrite the resulting IL to approximate an exe entry point. However the API has changed and I can no longer do this, so it seems I have to actually support exe properly.
This might take a bit of time to figure out.
All done now. 👍
Thanks a lot @ashmind!
Currently the F# code compiled with version 6 of the compiler, we need bump to version 8
Similar https://github.com/ashmind/SharpLab/issues/1229