MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime-go / mkInstance

Function mkInstance

instance.go:54–56  ·  view source on GitHub ↗
(val C.wasmtime_instance_t)

Source from the content-addressed store, hash-verified

52}
53
54func mkInstance(val C.wasmtime_instance_t) *Instance {
55 return &Instance{val}
56}
57
58type externList struct {
59 vec C.wasm_extern_vec_t

Callers 2

InstantiateMethod · 0.85
NewInstanceFunction · 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…