From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.5 required=3.0 tests=BAYES_05,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:5f0d:: with SMTP id x13mr6710248qta.69.1624570101951; Thu, 24 Jun 2021 14:28:21 -0700 (PDT) X-Received: by 2002:a5b:58e:: with SMTP id l14mr7856792ybp.303.1624570101805; Thu, 24 Jun 2021 14:28:21 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 24 Jun 2021 14:28:21 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=94.60.6.132; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY NNTP-Posting-Host: 94.60.6.132 References: <2b94c73e-c38e-4499-b3b2-7f4d88dfb979n@googlegroups.com> <20208b1b-bbe5-438b-9cd5-06cb6774be32n@googlegroups.com> <2f20e724-5a64-4749-8ab6-4d15067bf2a2n@googlegroups.com> <14a0ea11-c399-434d-a1f7-d5a72d4b6ae1n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <64acdedf-e790-458a-b513-62f2a56843c2n@googlegroups.com> Subject: Re: ASIS for Gnat (was: Any chance of programming a web frontend in Ada 2012? From: Marius Amado-Alves Injection-Date: Thu, 24 Jun 2021 21:28:21 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62284 List-Id: On Thursday, 24 June 2021 at 13:36:26 UTC+1, Maxim Reznik wrote: > If somebody wants to try WebAssembly with Ada, I've updated the toolchain RPM and wrote short how to use docker to run the toolchain in case don't have Fedora 33: > > https://github.com/godunko/adawebpack/issues/10#issuecomment-867544835 Thanks. Looks like you've done a fantastic job. Personally I will not try this soon because: - I hear Wasm does not support exceptions - it looks like it has too many dependencies; I dont have time to manage that