Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_type
Method · 0.45
push_dyn
Method · 0.45
pop_wasmvalue
Method · 0.45
extend_from_wasmvalues
Method · 0.45
run_files
Method · 0.45
Calls
no outgoing calls
Tested by
1
run_files
Method · 0.36