Skip to content

Commit

Permalink
fix: links in readme (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich authored Jun 20, 2023
1 parent d480d99 commit a56ee73
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ This repository contains the following crates:
- [`alloy-sol-macro`] - The `sol!` procedural macro
- [`syn-solidity`] - [`syn`]-powered Solidity parser, used by `alloy-sol-macro`

[`alloy-primitives`]: ./crates/alloy-primitives
[`alloy-rlp`]: ./crates/alloy-rlp
[`alloy-rlp-derive`]: ./crates/alloy-rlp-derive
[`alloy-sol-types`]: ./crates/alloy-sol-types
[`alloy-sol-macro`]: ./crates/alloy-sol-macro
[`alloy-dyn-abi`]: ./crates/alloy-dyn-abi
[`alloy-primitives`]: ./crates/primitives
[`alloy-rlp`]: ./crates/rlp
[`alloy-rlp-derive`]: ./crates/rlp-derive
[`alloy-sol-types`]: ./crates/sol-types
[`alloy-sol-macro`]: ./crates/sol-macro
[`alloy-dyn-abi`]: ./crates/dyn-abi
[`syn-solidity`]: ./crates/syn-solidity

[rlp]: https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp
[EIP-712]: https://eips.ethereum.org/EIPS/eip-712
[`syn`]: https://github.com/dtolnay/syn
Expand Down Expand Up @@ -65,7 +64,7 @@ We provide full support for all the `wasm*-*` targets. If a crate does not
build on a WASM target, please [open an issue].

When building for the `wasm32-unknown-unknown` target and the `"getrandom"`
feature is enabled, compilation for the `getrandom` crate will fail. This is
feature is enabled, compilation for the `getrandom` crate will fail. This is
expected: see [their documentation][getrandom] for more details.

To fix this, either disable the `"getrandom"` feature on `alloy-core` or add
Expand Down

0 comments on commit a56ee73

Please sign in to comment.