You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the GetHost trait used in bindgen! into Wasmtime (#10746)
* Move the `GetHost` trait used in `bindgen!` into Wasmtime
Turns out we don't actually need to generate this `GetHost` trait, we
can instead have it live in one location with extra documentation. There
are already extra bounds on the `Host` associated type at all call-sites
so there's no need to additionally have trait bounds in the trait
definition, meaning the trait definition is always the same and it can
move within Wasmtime.
This shouldn't have any impact on any embedders today, it's just moving
things around.
* Review comments
0 commit comments