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

Method write_u32

crates/cranelift/src/debug/transform/expression.rs:67–69  ·  view source on GitHub ↗
(&mut self, b: u32)

Source from the content-addressed store, hash-verified

65 }
66
67 fn write_u32(&mut self, b: u32) -> write::Result<()> {
68 write::Writer::write_u32(&mut self.0, b)
69 }
70
71 fn write_uleb128(&mut self, i: u64) -> write::Result<()> {
72 write::Writer::write_uleb128(&mut self.0, i)

Callers 3

append_memory_derefFunction · 0.45
hashMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected