MCPcopy 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
38func 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.
43func (t *Table) Size(store Storelike) uint64 {

Callers 2

NewTableFunction · 0.85
TableMethod · 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…