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

Method Context

store.go:32–32  ·  view source on GitHub ↗

Returns the wasmtime context pointer this store is attached to.

()

Source from the content-addressed store, hash-verified

30type Storelike interface {
31 // Returns the wasmtime context pointer this store is attached to.
32 Context() *C.wasmtime_context_t
33
34 // Arbitrary data attached to the store. Embedders should cast this into an appropriate domain
35 // specific type.

Callers 15

NewGlobalFunction · 0.65
TypeMethod · 0.65
GetMethod · 0.65
SetMethod · 0.65
getDataInStoreFunction · 0.65
NewTableFunction · 0.65
SizeMethod · 0.65
GrowMethod · 0.65
GetMethod · 0.65
SetMethod · 0.65
TypeMethod · 0.65
TypeMethod · 0.65

Implementers 2

Storestore.go
Callerfunc.go

Calls

no outgoing calls

Tested by

no test coverage detected