Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
impl IntoBytes for u8 {
25
fn into_bytes(self) -> Vec<u8> {
26
vec![self]
27
}
28
}
29
30
impl IntoBytes for i8 {
Callers
15
from
Method · 0.80
append
Method · 0.80
declare_anonymous_function
Method · 0.80
declare_anonymous_data
Method · 0.80
define_data
Method · 0.80
increment
Method · 0.80
fd_readdir
Method · 0.80
path_readlink
Method · 0.80
main
Function · 0.80
from_name
Method · 0.80
wasmtime_error_message
Function · 0.80
wasmtime_frame_func_name
Function · 0.80
Calls
1
to_vec
Method · 0.45
Tested by
no test coverage detected