Anyone knows how CC Windows exporting works ?
in C2 a htmlt5 file gets wrapped inside a chromium browser okay, but is there a way to Export the CC game to the Code it later gets wrapped on ?
it's very similar to how c2 does it. The exe is the runtime and everything else: plugins, events, layouts and images are added as data in a format the runtime can readily use. So no it's not really possible to do what you want as the data is specific to the runtime.
but what exactly is the runtime ?
The runtime is a DirectX exe, not a wrapper like C2.
Develop games in your browser. Powerful, performant & highly capable.
The runtime itself can be modified since its c++ source is available on sourceforge. All the runtimes are already pre-built in a folder dx9.exe, app.exe, ... Etc.