Javascript based usage is compatible with GWT (follow the instructions in this section of the help), however inline/as-you-type spell checking with GWT also requires that you call
rapidSpell.ayt_setupTextBoxes(true);
in Javascript, once GWT is initialized, i.e. from onModuleLoad in an EntryPoint class.