diff --git a/README.md b/README.md index 15ff391..66a7ac4 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Release binaries are built for multiple architectures (always statically compile - x86_64-unknown-linux-musl (needs ``) - aarch64-unknown-linux-musl (needs `aarch64-linux-musl-gcc` and `aarch64-linux-musl-gcc`) - x86_64-pc-windows-gnu (needs `x86_64-w64-mingw32-gcc`) +- wasm32-unknown-unknown (needed for the http-client) These are the target triplet names as they are used by rustup (add them with `rustup target add $TARGET`).