bytecodealliance / wasm-tools

CLI and Rust libraries for low-level manipulation of WebAssembly modules
Apache License 2.0
1.36k stars 246 forks source link

`wasmparser`: Update `hashbrown` to `v0.15.1` and use its `default-hasher` to replace `ahash` usage #1905

Closed Robbepop closed 2 weeks ago

Robbepop commented 2 weeks ago

Note

Q: Are there any other workspace crates that need adjustment?

Background: I did the same in Wasmi and found it to be a good solution so far.