Wow, nice job 😀

On Dec 17, 2017 2:29 AM, "Michael Van Canneyt" <mich...@freepascal.org>
wrote:

>
>
> On Sun, 17 Dec 2017, Sven Barth via fpc-pascal wrote:
>
> Am 17.12.2017 08:01 schrieb "code dz" <mr.ce...@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.
>>
>
> Completely correct.
>
> Michael.
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to