/curl

Curl in WebAssembly

Primary LanguageShell

Curl

You can install curl with:

wapm install curl

Running

You can run curl cli

$ wasmer run curl.wasm --mapdir=/etc/ssl:/etc/ssl -- https://registry.wapm.io/graphql -v

Building from Source

You will need Wasix to build the curl.wasm file.

Steps:

  1. Setup wasix, see Installation Instructions
  2. Run ./build.sh