Stream: git-wasmtime

Topic: wasmtime / PR #9974 chore: update `hashbrown` to 0.15


view this post on Zulip Wasmtime GitHub notifications bot (Jan 10 2025 at 12:26):

JonasKruckenberg opened PR #9974 from JonasKruckenberg:jonas/update-hashbrown to bytecodealliance:main:

This change updates hashbrown from 0.14.x to 0.15.x replacing the usage of the unstable hashbrown::raw module in cranelift-codegen/src/ctxhash.rs with hashbrown::hashtable.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 10 2025 at 12:26):

JonasKruckenberg requested abrown for a review on PR #9974.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 10 2025 at 12:26):

JonasKruckenberg requested wasmtime-compiler-reviewers for a review on PR #9974.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 10 2025 at 12:26):

JonasKruckenberg requested wasmtime-core-reviewers for a review on PR #9974.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 10 2025 at 12:26):

JonasKruckenberg requested pchickey for a review on PR #9974.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 10 2025 at 12:26):

JonasKruckenberg requested wasmtime-default-reviewers for a review on PR #9974.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 10 2025 at 12:26):

JonasKruckenberg edited PR #9974:

This change updates hashbrown from 0.14.x to 0.15.x replacing the usage of the removed unstable hashbrown::raw module in cranelift-codegen/src/ctxhash.rs with hashbrown::hashtable.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 10 2025 at 12:27):

JonasKruckenberg edited PR #9974:

This change updates hashbrown from 0.14.x to 0.15.x replacing the usage of the removed unstable hashbrown::raw module in cranelift-codegen/src/ctxhash.rs with hashbrown::hashtable which should not make a difference (afaik).

view this post on Zulip Wasmtime GitHub notifications bot (Jan 10 2025 at 12:40):

JonasKruckenberg updated PR #9974.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 10 2025 at 15:35):

alexcrichton submitted PR review:

Thanks for this!

view this post on Zulip Wasmtime GitHub notifications bot (Jan 10 2025 at 15:55):

alexcrichton merged PR #9974.


Last updated: Jan 24 2025 at 00:11 UTC