Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ put4
Method
put4
cranelift/assembler-x64/src/api.rs:50–52 ·
view source on GitHub ↗
(&mut self, v: u32)
Source
from the content-addressed store, hash-verified
48
}
49
50
fn put4(&mut self, v: u32) {
51
self.extend_from_slice(&v.to_le_bytes());
52
}
53
54
fn put8(&mut self, v: u64) {
55
self.extend_from_slice(&v.to_le_bytes());
Callers
6
emit
Method · 0.45
emit_modrm_sib_disp
Function · 0.45
encode
Method · 0.45
nop_7b
Function · 0.45
nop_8b
Function · 0.45
nop_9b
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected