Skip to main content
write_uleb
wasmtime_
environ
47.0.0
In wasmtime_
environ::
bytes
wasmtime_environ
::
bytes
Function
write_
uleb
Copy item path
Source
pub fn write_uleb(data: &mut
Vec
<
u8
>, value:
u64
)
Expand description
Writes the uleb-encoded
value
to
data
.