So perhaps I'm crazy, but I'd like to run C code (compiled to WASM via Emscripten) on bare embedded V8 (without a browser, and without Node).This would be for (headless) server-side code, so I don't care about graphics / audio / GL / etc, but ideally it would be complete enough to run Pyodide with numpy.--Obviously I'd have to implement some glue API (perhaps emulating part of the browser API would be easier than Node's). Has anyone done anything similar? Is there a minimal set of interfaces documented anywhere?There is something called headless.js in the emscripten repository which seems to do something in this direction, but I'm not sure how far along it is and what else is needed, or even if I'm on the right path.Thanks,-Tudor.
You received this message because you are subscribed to the Google Groups "emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-disc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/5b063948-670a-43f3-aed7-cc6ca96834b2n%40googlegroups.com.
Yes, I am interested in running this, we are embedding V8 to run plain JS already. I'm planning to test using d8 and then port the d8 API into our embedder.
To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/20647156-2e3b-4446-867e-27823e2c372en%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/CAL_va2-uZ4j6ZQhwr3-hdM_%2Bb1LwX%3DzuBb25TG4Zbgyr5zn%3DBw%40mail.gmail.com.