MCPcopy 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

encodeMethod · 0.45
nop_5bFunction · 0.45
nop_6bFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected