[Pas2js] Proud to announce..

Michael Van Canneyt michael at freepascal.org
Wed Dec 5 13:05:03 CET 2018



On Wed, 5 Dec 2018, Michael Schnell wrote:

> I don't intend to lessen the importance of this great success in any way,
> but we also should note that Remobjects' "Elements 10" "Island" does
> compile Object Pascal to Webassembly code (->
> https://www.elementscompiler.com/elements/whatsnew.aspx ).

I am aware of this. Embarcadero is investigating this as well 
(and the FPC team too)

The "big" problem with webassembly is that it has no access to the DOM and
other browser functionality. This means it is only usable for background
code.

You will always need Javascript to load webassembly (at least at the
moment), so there is no way around javascript (yet).

Michael.


More information about the Pas2js mailing list