Versions in this module Expand all Collapse all v0 v0.16.5 Jan 18, 2025 v0.16.4 Jan 16, 2025 Changes in this version + func GetTestT(ctx context.Context) *testing.T + type WasmTestFixture struct + Context context.Context + Plugin *plugins.Plugin + WasmHost wasmhost.WasmHost + func NewWasmTestFixture(wasmFilePath string, customTypes map[string]reflect.Type, ...) *WasmTestFixture + func (f *WasmTestFixture) AddCustomType(name string, typ reflect.Type) + func (f *WasmTestFixture) CallFunction(t *testing.T, name string, paramValues ...any) (any, error) + func (f *WasmTestFixture) Close() + func (f *WasmTestFixture) NewPlanner() langsupport.Planner