Porting webkit to really small embedded devices
-
Let's say my hardware has some limitations. 10 MB of flash memory, 32 MB (max) of RAM, 256 MHz cpu - mips. Is it feasible to try and port webkit if I have my own widget toolkit (smaller than qt).
All I need really is the webkit layout engine. And most importantly what steps should I take? I've been trying to cross-compile webkit but I cannot do it without some of the ports (gtk, qt).
Any tips will be appreciated. I am sorry if similar question was asked but I didn't really find anything of help when I searched.