Skip to content

Commit

Permalink
Static builds targeting musl always worked fine with boring
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 17, 2023
1 parent 5ac735d commit 81a0f64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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").
Expand Down

0 comments on commit 81a0f64

Please sign in to comment.