Hi all,
I am trying to build with emscripten a program which depends on libcurl, but I have not understand how I should build libcurl in order to succefully compile the program.
I've tryed to download libcurl sources and run
emconfigure configure
emmake make
emmake install
but I could'nt find any js file. So after reading a bit of docs i've found that I have to compile libcurl as .bc file, how can I do it?
And after I have compiled it as bc file, how can I embed it in the programs makefile in order to properly compile and work?
Thanks for any help! :)