MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / is_64bit

Method is_64bit

crates/tinywasm/src/store/memory/instance.rs:61–63  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

59 }
60
61 pub(crate) const fn is_64bit(&self) -> bool {
62 matches!(self.kind.arch(), MemoryArch::I64)
63 }
64
65 #[inline(always)]
66 pub(crate) fn load<const SIZE: usize>(&self, base: u64, offset: u64) -> Result<[u8; SIZE], Trap> {

Callers 6

exec_memory_sizeMethod · 0.80
exec_memory_growMethod · 0.80
exec_mem_load_laneMethod · 0.80
exec_mem_loadMethod · 0.80
exec_mem_store_laneMethod · 0.80
exec_mem_storeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected