[fpc-pascal] First pas2js public release

Sven Barth pascaldragon at googlemail.com
Sun Dec 17 09:23:01 CET 2017


Am 17.12.2017 08:01 schrieb "code dz" <mr.cefou at gmail.com>:

good news & thanks for the effort

is it similar to Emscripten ?


Not really. Emscripten (and WebAsm) has the goal to convert native programs
that rely on pointers. It is essentially an assembly language in
JavaScript. Pas2JS is on the other hand a transpiler and does not - as
Michael explained - support native features like pointers. Also if you look
at the generated code you can still understand it without much effort.

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20171217/9a25c68c/attachment.html>


More information about the fpc-pascal mailing list