diff --git a/.github/assets/check_wasm.sh b/.github/assets/check_wasm.sh index 1791894c9e..ea6c826110 100755 --- a/.github/assets/check_wasm.sh +++ b/.github/assets/check_wasm.sh @@ -67,18 +67,15 @@ exclude_crates=( reth-storage-errors # The following are not supposed to be working reth # all of the crates below - reth-db # mdbx reth-invalid-block-hooks # reth-provider reth-libmdbx # mdbx reth-mdbx-sys # mdbx - reth-nippy-jar # sucds - reth-provider # reth-db, reth-nippy-jar - reth-prune # reth-db + reth-provider # tokio + reth-prune # tokio reth-stages-api # reth-provider, reth-prune - reth-static-file # reth-nippy-jar + reth-static-file # tokio reth-transaction-pool # c-kzg - reth-trie-db # reth-db - reth-trie-parallel # reth-db + reth-trie-parallel # tokio ) # Array to hold the results