Keno / julia-wasm

Running julia on wasm
https://keno.github.io/julia-wasm/website/repl.htm
333 stars 23 forks source link

Is this project abandoned? #30

Open WebReflection opened 6 months ago

WebReflection commented 6 months ago

As tons of things changed in the Web and WASM based industry, seeing 5 years of inactivity made me wonder what's actually going on here ...

These and more questions to eventually tackle, I am just trying to see if this project could be a good candidate for polyscript as we have already Pyodide, MicroPython, Wasmoon, Ruby, R, PHP (in the making) or even QuickJS possible there, but not Julia 😿

mikwee commented 3 months ago

Also wondering.

Julia is still going strong, and given that there's no response from @Keno, another attempt at a Julia WASM compiler wouldn't hurt.

SimonDanisch commented 3 months ago

I think other attempts are being worked on, but not 100% sure which works best at the moment.

hatemhosny commented 3 months ago

I have been using @chriskoch/julia-wasm in LiveCodes. Demo: Julia starter template

Same problem. No updates for about 4 years now and standard library is not supported.

It would be great if someone is able to continue with such projects.

SimonDanisch commented 3 months ago

There's also https://github.com/tshort/WebAssemblyCompiler.jl And I think the new efforts with juliac and binary builder also try to make sure that wasm will work.

fonsp commented 3 months ago

I hope we continue working towards a Julia interpreter in the browser!