Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ endian
Method
endian
crates/cranelift/src/obj.rs:560–562 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
558
type Endian = RunTimeEndian;
559
560
fn endian(&self) -> RunTimeEndian {
561
self.0.endian()
562
}
563
564
fn len(&self) -> usize {
565
self.0.len()
Callers
3
check_compatible
Function · 0.45
new
Method · 0.45
ensure_supported_elf_format
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected