Think Rust and Golang both have the ability to target WASM now too. I'm not sure how well Java Byte-Code to WASM would work in practise. Found this project that seems able to transpile from Java ByteCode to JS/WASM;
http://teavm.org/ On Thu, 26 Jul 2018 at 12:34 Bo Yao <icer...@gmail.com> wrote: > Not true.Wasm is a a kind of assembly and it's browser runtime: > https://webassembly.github.io/spec/. The emscripten project is doing > compile c/c++ to wasm. There's a another team working on rust to wasm > compiler and toolchains: https://webassembly.github.io/spec/ > > On Friday, September 15, 2017 at 3:08:18 AM UTC-4, Nur Azhar wrote: >> >> Correct me if I am wrong, webassembly is just a compiler currently only >> supports C,C++ and rust and we might be able to compile clojure to >> webassembly in the far future? >> >> On Thursday, September 14, 2017 at 5:03:25 AM UTC+8, Hlöðver Sigurðsson >> wrote: >>> >>> https://github.com/AssemblyScript/assemblyscript >>> >>> >>> Looks like the Typescript people are attempting exactly this. >>> >>> On Monday, 4 April 2016 08:50:06 UTC+2, JvJ wrote: >>>> >>>> Is there any plan in the future to have clojure (or some dialect of >>>> clojure) compile to webassembly? I can't say for sure if it is the "next >>>> big thing" for the web, but it is a very interesting concept. >>>> >>>> I suppose that, if Java bytecode could cross-compile to Webassembly, we >>>> would essentially get this for free, but I'm not sure if that will happen. >>>> >>> -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- - sent from my mobile -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.