I'm trying to use emscripten generated code in a browser extension that I eventually want to port to a full blown application that uses webkit.
It would be nice if there was an easy way to build my own file system abstraction that the emscripten generated code could use. My application will use the html5 filesystem or the local native file system.
Maybe there is a way to do this now but it's just not clear to me?
I'm trying to use emscripten generated code in a browser extension that I eventually want to port to a full blown application that uses webkit.
It would be nice if there was an easy way to build my own file system abstraction that the emscripten generated code could use. My application will use the html5 filesystem or the local native file system.
Maybe there is a way to do this now but it's just not clear to me?