Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ platform
Function
platform
winch/codegen/src/isa/aarch64/regs.rs:42–44 ·
view source on GitHub ↗
Register used to carry platform state.
()
Source
from the content-addressed store, hash-verified
40
41
/// Register used to carry platform state.
42
const fn platform() -> Reg {
43
xreg(18)
44
}
45
46
/// Frame pointer register.
47
pub(crate) const fn fp() -> Reg {
Callers
1
regs.rs
File · 0.85
Calls
1
xreg
Function · 0.70
Tested by
no test coverage detected