wasmtime icon indicating copy to clipboard operation
wasmtime copied to clipboard

Fxhash to rustchash

Open KGrewal1 opened this issue 1 year ago • 0 comments

This removes the internal code for fxhash and instead uses the fxhash crate and subsequently migrates use of the fxhash crate (https://crates.io/crates/fxhash) to the rustc-hash crate (https://crates.io/crates/rustc-hash) implementing the same hash function: I believe the latter will need to be audited however: also manually implement the hash convenience function from fxhash --- @fitzgen

KGrewal1 avatar Apr 27 '24 18:04 KGrewal1