# What is the current status of julia to wasm compilation?

**URL:** https://discourse.julialang.org/t/what-is-the-current-status-of-julia-to-wasm-compilation/96922
**Category:** Web Stack
**Created:** [April 1, 2023, 3:03am UTC](https://discourse.julialang.org/t/what-is-the-current-status-of-julia-to-wasm-compilation/96922 "2023-04-01T03:03:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![1m1](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/1m1/32/21365_2.png) [@1m1](https://discourse.julialang.org/u/1m1)
#### Post date: [April 1, 2023, 3:03am UTC](https://discourse.julialang.org/t/what-is-the-current-status-of-julia-to-wasm-compilation/96922/1 "2023-04-01T03:03:08Z")

</div>

i have only found projects that have not had commits for over a year. is this because it works, julia can be compiled to wasm? or does it not work and it is neither a focus?

ty

---

<div class="post-metadata">

### Author: ![mkitti](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkitti/32/12459_2.png) [@mkitti](https://discourse.julialang.org/u/mkitti)
#### Post date: [April 1, 2023, 6:38am UTC](https://discourse.julialang.org/t/what-is-the-current-status-of-julia-to-wasm-compilation/96922/2 "2023-04-01T06:38:16Z")

</div>

See

> [@Status of WebAssembly (for Julia), e.g. threads and GC](https://discourse.julialang.org/t/status-of-webassembly-for-julia-e-g-threads-and-gc/89331/1):
>
> I see threads are going up to Phase 3 - Implementation Phase (where GC already is): [proposals/README.md at d2f6ce711249d37fc21a8933de1f7903cb521302 · WebAssembly/proposals · GitHub](https://github.com/WebAssembly/proposals/blob/d2f6ce711249d37fc21a8933de1f7903cb521302/README.md) It’s not done but both would help Julia. Julia can already run in WebAssemly with its own GC. Do you see anything there important for Julia, or good to have such as GC, not needing to provide your own. I guess couldn’t provide threads even if it wanted (except for green threading). [https://webassembly.org/roadmap/](https://webassembly.org/roadmap/) I…

I do not think there is update since then.
