Open rhildred opened 1 year ago
For this one, I'd need to essentially reimplement libcurl using fetch. Not impossible...
I've added url_fopen to vrzno. This might not fix curl-specific stuff, but if anyone can fallback on that, its been implemented.
A fetch-based Curl clone is still on the way.
I am trying to add --with-curl so that I can run a wordpress plugin. I started just by trying to build the php-wasm package with no changes. I get the following error:
I am really eager to have --with-curl, but I am struggling to get past the build error.