Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ put2
Method
put2
cranelift/assembler-x64/src/api.rs:46–48 ·
view source on GitHub ↗
(&mut self, v: u16)
Source
from the content-addressed store, hash-verified
44
}
45
46
fn put2(&mut self, v: u16) {
47
self.extend_from_slice(&v.to_le_bytes());
48
}
49
50
fn put4(&mut self, v: u32) {
51
self.extend_from_slice(&v.to_le_bytes());
Callers
3
encode
Method · 0.45
nop_5b
Function · 0.45
nop_6b
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected