> There is an ugly workaround (which breaks portability, yes I write > portable client code (iOS, Android)): >
To make it portable use GWT super source. So in your main code you create a normal float array and in GWT super source you create the Float32Array instead. Then you publish myilb.jar and mylib-gwt.jar (containing the *.gwt.xml file and super source files). I am not so sure that the Google GWT team will add new features to the compiler given that they are focused on J2CL and internal customers for quite some time now. -- J. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
