As I’m trying to build WPEWebKit1 to a close source custom OS
It seems there are at least three processes needed if I’m trying to build a minimum browser
- the app it self
- the web-process
- the network process
However, the OS I’m trying to run browser on don’t provide multi-process APIs to me.
So I wonder is it possible to make minimum changes to WPEWebKit source code to make it work within just one single process the whole time
Any advices would be much helpful