Install GCC in express app

i would like to install GCC to compile some incoming code. how can i install GCC?
i need to return the exe (for returning and receiving code i have express)
if its not possible,then what do i do?

GCC is already installed in the container, but it compiles for Linux. If you want to build an EXE for Windows, you can try installing mxe; however, I have not used it myself, and can’t make any guarantees that it’ll work.

How do I install mxe in glitch and use it with nodejs?
Can anyone do it? Willing to add as collaborator. I want to build exe for Windows.

How do I install mxe in glitch and use it with nodejs?
Can anyone do it? Willing to add as collaborator. I want to build exe for Windows.
What I want to do:
Get request with body as code
Use spawnprocess or a package to write code to file called temp.c
Compile temp.c for windows with winsocks2