Has anyone tried to compile Julia into WASM - seems like this is possible using LLVM

Looking at RUST with WASM. this seems to be compiled into WASM using LLVM and run in the browser - would be good to use julia in the same capacity.

https://github.com/Keno/julia-wasm

1 Like

excellent - thanks

how is performance in Julia WASM?.. have we done any benchmarks?
are we looking at advancing this project? - seems like the last commit was a while ago?
(I have a requirement that mat benefit from this)

It looks like it’s a proof of concept so I’m not sure, and it doesn’t seem to be the focus right now.