()
The `()` type accidentally wasn't getting its trivial type conversions inlined because it doesn't actually have any type parameters. This commit adds `#[inline]` to the relevant functions to ensure that these get inlined across crates.
call
CodeMemory
misc/rust
wasmtime-environ
cranelift-codegen