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

Method into_bytes

cranelift/codegen/src/ir/immediates.rs:25–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24impl IntoBytes for u8 {
25 fn into_bytes(self) -> Vec<u8> {
26 vec![self]
27 }
28}
29
30impl IntoBytes for i8 {

Callers 15

fromMethod · 0.80
appendMethod · 0.80
define_dataMethod · 0.80
incrementMethod · 0.80
fd_readdirMethod · 0.80
path_readlinkMethod · 0.80
mainFunction · 0.80
from_nameMethod · 0.80
wasmtime_error_messageFunction · 0.80
wasmtime_frame_func_nameFunction · 0.80

Calls 1

to_vecMethod · 0.45

Tested by

no test coverage detected