Eric K Richardson
Eric K Richardson
I can just say that installing more things on some corporate networks is next to impossible so anything to simplify and have official "signed" launchers/installers is highly desired.
@kitbellew My understanding is that you have to call external apps with something like this on windows via Java process: `"cmd.exe", "/c", "ipconfig"`. Maybe the `.exe` is not needed
This is what I find online. Not sure about prior usages. ```scala import scala.sys.process._ val exitCode = "cmd /c dir".! // Executes 'dir' command in Windows println(s"Exit Code: $exitCode") ```
This is a really good idea 😄
I think you remember a bit better than I but I remember that we needed to construct the `Build/NativeConfig` lazily and I believe it was because of not being able...
@fwbrasil It looks like the `ConcurrentHashMap` fix is in. Has that been tested?
I think we may need to break up the index / organization a bit to make info easier to find / access.
> Only the libraries required for println("hello world") have been ported to pure Scala/WASI so far, more javalib/scalalib have to be ported. Gosh, this sounds almost like a repeat of...
Thanks for the clarification. Definitely, a bunch of work.