Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/explodingcamera/tinywasm
/ ValueRef
Class
ValueRef
crates/tinywasm/src/interpreter/values.rs:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
9
pub(crate) struct ValueRef(u32);
10
11
impl Default for ValueRef {
12
fn default() -> Self {
Callers
3
from
Method · 0.85
exec_global_set_32
Method · 0.85
eval_const
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected