First of all sorry if this is a stupid question :)
I experimented with MoI scripting lately and got quite familiar with it. However I mostly enjoy writing in C/C++ (in particular C and SDL), and I'm not too comfortable with Javascript/HTML, the DOM, etc.
So I was wondering if I could somehow interface with MoI by compiling C code with emscripten.
Is it even possible? I guess the bare minimum would be that MoI's webkit version support's wasm, and even then, how would one have access to classes and functions of MoI's javascript API, from within a C/C++ program?
|