wapm-packages/curl

Links to wasix are dead

mattbishop opened this issue · 4 comments

Did the wasix project move? https://github.com/wasmer/wasix is gone or private.

Did the wasix project move? https://github.com/wasmer/wasix is gone or private.

Hi, Have you successfully compiled libcurl? I ran into the same problem: I would like to compile libcurl to wasm library but don't know how to do it.

@syrusakbary Do you know where the WASIX dependency went? 1b65298 adds instructions on how to compile this, but as pointed out, the WASIX repo is gone/private.

I looked at the imports of the curl.wasm file: Is there any documentation for the imports, like wasio_unstable.socket_create? I cannot find anything in the wasmer project that implements it