Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ table
Method
table
crates/c-api/src/table.rs:30–35 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
28
}
29
30
fn table(&self) -> Table {
31
match self.ext.which {
32
Extern::Table(t) => t,
33
_ => unsafe { std::hint::unreachable_unchecked() },
34
}
35
}
36
}
37
38
#[cfg(feature =
"gc"
)]
Callers
5
wasm_table_type
Function · 0.45
wasm_table_get
Function · 0.45
wasm_table_set
Function · 0.45
wasm_table_size
Function · 0.45
wasm_table_grow
Function · 0.45
Calls
1
unreachable_unchecked
Function · 0.85
Tested by
no test coverage detected