I don't know of any. I suppose it's only a matter of time before someone compiles LLVM and Python to wasm for node.js and uploads emcc to npm :D
On Fri, Nov 30, 2018 at 9:35 AM Reuben Scratton <[email protected]> wrote: > > I recently discovered the wonderful https://webassembly.studio/ which > does server-side compilation (on Heroku) . > > As far as I can tell it doesn't use Emscripten to compile at all, it uses > another project called wasmception. It is up to you the user to fix up the > missing low-level CRT and OS functions and so on, as shown in their sample > projects. > > Doubtless it's a great learning exercise but is anyone aware of any > existing work that allows one to deploy emcc and friends on a server in > such a way that WebAssembly Studio could use it? > > 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. > -- 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.
