mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(ci): compile reth-consensus crate for Wasm (#10277)
This commit is contained in:
1
.github/assets/check_wasm.sh
vendored
1
.github/assets/check_wasm.sh
vendored
@ -6,7 +6,6 @@ crates=($(cargo metadata --format-version=1 --no-deps | jq -r '.packages[].name'
|
||||
# Array of crates to exclude
|
||||
exclude_crates=(
|
||||
# The following are not working yet, but known to be fixable
|
||||
reth-consensus
|
||||
reth-exex-types # https://github.com/paradigmxyz/reth/issues/9946
|
||||
# The following require investigation if they can be fixed
|
||||
reth-auto-seal-consensus
|
||||
|
||||
Reference in New Issue
Block a user