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

Method raw

crates/tinywasm/src/interpreter/values.rs:44–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42
43 #[inline]
44 pub(crate) const fn raw(self) -> u32 {
45 self.0
46 }
47}
48
49#[allow(private_interfaces)]

Callers 5

attach_typeMethod · 0.45
push_dynMethod · 0.45
pop_wasmvalueMethod · 0.45
run_filesMethod · 0.45

Calls

no outgoing calls

Tested by 1

run_filesMethod · 0.36