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=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:7446:: with SMTP id h6mr8682144qtr.272.1624612125056; Fri, 25 Jun 2021 02:08:45 -0700 (PDT) X-Received: by 2002:a25:8081:: with SMTP id n1mr11779234ybk.253.1624612124838; Fri, 25 Jun 2021 02:08:44 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!weretis.net!feeder8.news.weretis.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 02:08:44 -0700 (PDT) In-Reply-To: <082f2142-c3fb-4b99-9a3a-c82091e1ce96n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=2a03:7380:380d:3b:14c3:5ff6:bf58:8986; posting-account=K1cP1QoAAAD_GR6kW2Td0NqGqGBLRE8h NNTP-Posting-Host: 2a03:7380:380d:3b:14c3:5ff6:bf58:8986 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> <082f2142-c3fb-4b99-9a3a-c82091e1ce96n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ASIS for Gnat (was: Any chance of programming a web frontend in Ada 2012? From: Maxim Reznik Injection-Date: Fri, 25 Jun 2021 09:08:45 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:62287 List-Id: AFAIK it's impossible to change stack pointer in WebAssembly now. That's wh= y you can unwind stack on exception nor create another stack for a new task= . However this is not critical for the web development from my POV. =D0=BF=D1=8F=D1=82=D0=BD=D0=B8=D1=86=D0=B0, 25 =D0=B8=D1=8E=D0=BD=D1=8F 202= 1 =D0=B3. =D0=B2 10:44:34 UTC+3, amado...@gmail.com: > """=20 > - nested subprograms are not supported=20 > - exceptions support is limited to local exceptions propagation and last = chance handler=20 > - protected objects and tasks are not supported=20 > """=20 > (https://github.com/godunko/adawebpack)=20 >=20 > Are these limitations of Wasm, LLVM, or of any of the translators (Ada->L= LVM, LLVM->Wasm)? Thanks.