wasdk / WebAssemblyStudio

Learn, Teach, Work and Play in the WebAssembly Studio
http://webassembly.studio
MIT License
2.93k stars 274 forks source link

How to use several C files ? #427

Open FiveTechSoft opened 5 years ago

FiveTechSoft commented 5 years ago

We can add new files, but how to build them and generate just one wasm file ?

thanks

yurydelendik commented 5 years ago

There is Service.compileFiles, but looks like, it does not implemented for C.

carlsmith commented 5 years ago

What does service.compileFiles currently support?