MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / put8

Method put8

cranelift/assembler-x64/src/api.rs:54–56  ·  view source on GitHub ↗
(&mut self, v: u64)

Source from the content-addressed store, hash-verified

52 }
53
54 fn put8(&mut self, v: u64) {
55 self.extend_from_slice(&v.to_le_bytes());
56 }
57
58 fn add_trap(&mut self, _: TrapCode) {}
59

Callers 1

encodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected