I want to use emscripten to sandbox compiled C code in a program that isn't a web browser. Is this a crazy idea? I do already have a V8 embedded interpreter but how much of the emscripten codebase assumes the entire browser environment and not just the raw interpreter?
I haven't found any examples of anyone else doing this but it seems an obvious idea. There are plenty of other situations where people want to run untrusted C code in a sandbox. Can anyone point me to existing examples using emscripten? Thanks -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
