From 81a0f646ab2b1d379f19a7cbeeee2970cdbd806f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 17 Dec 2023 19:31:12 +0100 Subject: [PATCH] Static builds targeting musl always worked fine with boring --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a309229..9ca8fd6 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,8 @@ In order to do so, import the crate with `default-features=false, features=["pur Do not do it unconditionally. This is only required for very specific setups and targets, and only until issues with the `boring` crate have been solved. The way to configure this in Cargo may also change in future versions. +Static builds targeting the `musl` library don't require that workaround. Just use [`cargo-zigbuild`](https://github.com/rust-cross/cargo-zigbuild) to build your project. + ## Usage in Web browsers The `wasm32-freestanding` target (still sometimes called `wasm32-unknown-unknown` in Rust) is supported (as in "it compiles").