El dom, 22 oct 2023 a las 17:52, Bart via lazarus
() escribió:
>
> On Sun, Oct 22, 2023 at 12:20 PM Michael Van Canneyt via lazarus
> wrote:
>
>
> > Thanks to the efforts of Nikolay Nikolov, the FPC compiler can now recompile
> > itself to webassembly (the support for the goto statement made this
On Sun, Oct 22, 2023 at 12:20 PM Michael Van Canneyt via lazarus
wrote:
> Thanks to the efforts of Nikolay Nikolov, the FPC compiler can now recompile
> itself to webassembly (the support for the goto statement made this possible).
>
> As a consequence, this means FPC can now be run in a browser
How big is the difference in performance? I guess it is very big. Ten-fold
maybe?
You are right, for teaching programming this is a perfect tool.
Juha
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/laza
Hello,
Thanks to the efforts of Nikolay Nikolov, the FPC compiler can now recompile
itself to webassembly (the support for the goto statement made this possible).
As a consequence, this means FPC can now be run in a browser.
See the screenshot at
https://wiki.freepascal.org/WebAssembly#Runn