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.0 required=3.0 tests=BAYES_20,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a0c:e18c:: with SMTP id p12mr9675092qvl.54.1624607073401; Fri, 25 Jun 2021 00:44:33 -0700 (PDT) X-Received: by 2002:a25:ca8b:: with SMTP id a133mr10574634ybg.173.1624607073205; Fri, 25 Jun 2021 00:44:33 -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: Fri, 25 Jun 2021 00:44:32 -0700 (PDT) In-Reply-To: <64acdedf-e790-458a-b513-62f2a56843c2n@googlegroups.com> 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> <64acdedf-e790-458a-b513-62f2a56843c2n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <082f2142-c3fb-4b99-9a3a-c82091e1ce96n@googlegroups.com> Subject: Re: ASIS for Gnat (was: Any chance of programming a web frontend in Ada 2012? From: Marius Amado-Alves Injection-Date: Fri, 25 Jun 2021 07:44:33 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62285 List-Id: """ - nested subprograms are not supported - exceptions support is limited to local exceptions propagation and last chance handler - protected objects and tasks are not supported """ (https://github.com/godunko/adawebpack) Are these limitations of Wasm, LLVM, or of any of the translators (Ada->LLVM, LLVM->Wasm)? Thanks.