What’s the simplest way of getting a Web-Worker thread loaded with a GWT module?
I am not referring to getting support for Web-Worker in GWT (there are libraries for that) but rather how would generate a GWT module for loading into a web-worker?
I suspect I need a special Linker – is there one available somewhere?
Have a look at http://code.google.com/p/speedtracer/source/browse/trunk/src/client/ui/src/com/google/gwt/webworker/
I didn’t dig deep but it seems to be that “special linker” you’re looking for (the linker is then used for the “hintlet engine” and “breaky” modules of SpeedTracer)