[Lazarus] Quick Video: A Web Application

Sven Barth pascaldragon at googlemail.com
Wed Nov 8 14:15:40 CET 2017


Am 08.11.2017 12:43 schrieb "Michael Schnell via Lazarus" <
lazarus at lists.lazarus-ide.org>:

On 08.11.2017 12:28, Michael Van Canneyt via Lazarus wrote:

> It is the basic building block.
>
I do agree that it is a very viable building block, but theoretically for
"Rich internet Applications" there are alternatives:
 - WebAssembly (which as far as I understand is considered for fpc, and I
suppose it might get started after pas2js is released, as it partly might
be based on same. )


Nope, WebAssembly and what pas2js does are two different things even if in
the end both run in the browser's JavaScript engine.
WebAssembly basically represents a CPU with stack and heap and the ability
to call JS functions while pas2js is a Pascal to Javascript transpiler thus
working with a different ruleset.

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20171108/0a10d854/attachment.html>


More information about the Lazarus mailing list