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

Function TestStore

store_test.go:9–14  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7)
8
9func TestStore(t *testing.T) {
10 engine := NewEngine()
11 defer engine.Close()
12 store := NewStore(engine)
13 defer store.Close()
14}
15
16func TestInterruptWasm(t *testing.T) {
17 config := NewConfig()

Callers

nothing calls this directly

Calls 4

CloseMethod · 0.95
CloseMethod · 0.95
NewEngineFunction · 0.85
NewStoreFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…