From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a02:7f81:: with SMTP id r123mr27963740jac.85.1557308779053; Wed, 08 May 2019 02:46:19 -0700 (PDT) X-Received: by 2002:aca:4282:: with SMTP id p124mr1522337oia.175.1557308778356; Wed, 08 May 2019 02:46:18 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.215.MISMATCH!b2no935732itd.0!news-out.google.com!v82ni1058ita.0!nntp.google.com!b2no935729itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 8 May 2019 02:46:18 -0700 (PDT) In-Reply-To: <9b36e5fc-9f49-4287-a9da-6515a2e6c4dc@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=101.164.108.182; posting-account=wavAeAoAAAAZF_sXSZepBukuPCBO0Zqt NNTP-Posting-Host: 101.164.108.182 References: <9b36e5fc-9f49-4287-a9da-6515a2e6c4dc@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0b02d5df-29b0-42be-ae5a-c3cb982c0c6c@googlegroups.com> Subject: Re: Ada to webassembly From: alby.gamper@gmail.com Injection-Date: Wed, 08 May 2019 09:46:19 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56256 Date: 2019-05-08T02:46:18-07:00 List-Id: On Tuesday, May 7, 2019 at 8:12:01 PM UTC+10, mockturtle wrote: > Dear.all, :-) > I remember several months ago someone was petting with the idea of having= a backend for WebAssembly. To be honest, I like the idea of abandoning Ja= vaScript (ugh! Gross... Go wash your keyboard with soap! :-)) for Ada in w= eb development (although I do not do web development...) >=20 > I am curious about the current status of this idea. Is someone working on= it? =20 >=20 >=20 > I searched in the group for "WebAssembly," but I found only one post that= suggested Ada->C->webassembly. Hi I believe that the LLVM backend does support webassembly (to what extent, I don't know). So until LLVM has a front end to Ada, then the above approach, ie Ada -> C -> webassembly could possible be an alternative ? Alex