Added recipes for curl (libcurl-static)#1332
Added recipes for curl (libcurl-static)#1332anutosh491 wants to merge 2 commits intoemscripten-forge:mainfrom
Conversation
|
Need to
|
|
I did this for supporting magics in xeus-cpp but thinking about it, having |
|
curl will very likely not work in the browser (tempted to close this PR) |
I had my doubts but then I saw curl being used in wasm at few resources
And the xeus-cpp use case was just blocked since a while so I thought of raising it and this recipe is only for |
So while compiling curl is possible I doubt that anything meaningful will work for the browser. |
|
Thanks for the explanation here @tharun571 why exactly do we use curl in xeus-cpp. Cause I guess the above confirms we might not be able to use it. |
|
@anutosh491 I am using curl to call the LLMs in xeus-cpp. As mentioned above, fetch API might be something I will try for our project. |
|
Closing as won't work. |
We can have 3 outputs here (curl, libcurl and libcurl-static). I guess we would not need the first two.