Mason Protter
Mason Protter
Yeah, the main issue as far as I understand is that the libjulia runtime is not well supported on WASM. I think LLVM is able to compile to WASM fine...
Okay, so a lot has changed with version 0.6 (https://github.com/tshort/StaticCompiler.jl/pull/146) and a lot of stuff on that roadmap is no longer relevant or planned, so I've updated it. The package...
Hm, that's weird. When I checkout that commit, the test suite passes for me locally. Thanks for the heads up, I'll continue to monitor this
Ah, no I did not.
Ah, damn. This breaks the idea that statically compiled executables return exit codes. :(
Julia needs a patched LLVM. Are those patches compatible with Dex? Does it have its own patches?
I just cloned the master and tried again, still does not work for me. I'm using emacs mac if that is relevant.
I just checked and if I open a term window (or anti-term or multi-term) and open julia within that term session and try `readline()` I get the same issue so...
GNU Emacs 26.1 (build 1, x86_64-apple-darwin13.4.0, Carbon Version 157 AppKit 1265.21) of 2018-04-15
One thing that could be done as a stopgap solution is to just rely on the indentation. ie., once the editor sees `function`, every line after that is seen as...