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

Function TestEngine

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

Source from the content-addressed store, hash-verified

7)
8
9func TestEngine(t *testing.T) {
10 engine := NewEngine()
11 defer engine.Close()
12 NewEngineWithConfig(NewConfig())
13 engine.IsPulley()
14}
15
16func TestEngineInvalidatesConfig(t *testing.T) {
17 config := NewConfig()

Callers

nothing calls this directly

Calls 5

CloseMethod · 0.95
IsPulleyMethod · 0.95
NewEngineFunction · 0.85
NewEngineWithConfigFunction · 0.85
NewConfigFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…