> If you mean literally multiple emsdk checkouts, then yes, with --embedded allows them to work at the same time with neither one being the default.
This is the important use case for me, not the other one. I have a setup helper script which installs a "local" emsdk in a subdirectory with --embedded, and a tailored cmake toolchain file which uses this local emsdk. This is basically to make sure that this local emsdk version isn't interfering with the global SDK the user might have installed, or other local emsdk's in other locations. It already works as expected, and now that this works without --cache and --em-config it's easier then ever. I'm very happy with your changes :) -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/51289c8c-f3ac-43ce-a68f-3ddfc1479c41%40googlegroups.com.
