Tuesday, September 26, 2017

WebAssembly a good fit for the future of GWT?

TeaVM is capable of Java to WebASM translation.

However you must understand that WebASM can not access to

* DOM
* Network
* WebGL
* WebAudio
* GC
* Any JavaScript Object

It can only do [+, -, *, /, read, write] of [int8, int16, int32, int64, float32, float64] and make calls to JavaScript methods with simple nuberic signature like Math.sqrt. Also it can make calls.


--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment