Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ into_vec
Method
into_vec
cranelift/codegen/src/ir/constant.rs:90–92 ·
view source on GitHub ↗
Convert the data to a vector.
(self)
Source
from the content-addressed store, hash-verified
88
89
/// Convert the data to a vector.
90
pub fn into_vec(self) -> Vec<u8> {
91
self.0
92
}
93
94
/// Iterate over the constant's bytes.
95
pub fn iter(&self) -> Iter<'_, u8> {
Callers
5
run
Method · 0.45
parse_data_value
Method · 0.45
finish
Method · 0.45
parse_to_uimm128
Function · 0.45
finish
Method · 0.45
Calls
no outgoing calls
Tested by
1
run
Method · 0.36