Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime-go
/ mkTable
Function
mkTable
table.go:38–40 ·
view source on GitHub ↗
(val C.wasmtime_table_t)
Source
from the content-addressed store, hash-verified
36
}
37
38
func
mkTable(val C.wasmtime_table_t) *Table {
39
return
&Table{val}
40
}
41
42
// Size returns the size of this table in units of elements.
43
func
(t *Table) Size(store Storelike) uint64 {
Callers
2
NewTable
Function · 0.85
Table
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…