schellingb / wajic

WebAssembly JavaScript Interface Creator
zlib License
193 stars 5 forks source link

c files that have the same name but a different end don't work with wajicup.js #4

Open gl91306 opened 2 years ago

gl91306 commented 2 years ago

Say for example that I have 2 files, among.c and amongus.c. If I try and compile this with node wajicup.js *.c output.html or node wajicup.js among.c amongus.c output.html, it compiles among.c, but it freezes when compiling amongus.c. I could rename my files to be completely different, but it might break some stuff later on.