From 39e06ae5044c27ca9c31fb2e2137ea56feac7000 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sat, 26 Mar 2022 11:28:30 +0100 Subject: [PATCH] update readme [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) 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`).