MCPcopy Create free account

hub / github.com/bytecodealliance/wasmtime-go / functions

Functions436 in github.com/bytecodealliance/wasmtime-go

MethodFuncOffset
FuncOffset returns offset of this frame's instruction into the original function
trap.go:202
MethodGetExportIndex
GetExportIndex looks up the export named `name` in this instance and returns a reusable [ComponentExportIndex] handle pointing at it. The `parent` arg
component_instance_feat_component_model.go:31
MethodInheritArgv
()
wasi.go:65
MethodInheritEnv
()
wasi.go:98
MethodInheritStderr
()
wasi.go:149
MethodInheritStdin
()
wasi.go:115
MethodInheritStdout
()
wasi.go:132
MethodKind
Kind returns the discriminator of this value type.
component_valtype_feat_component_model.go:78
MethodModuleOffset
ModuleOffset returns offset of this frame's instruction into the original module
trap.go:195
FunctionNewModuleFromFile
NewModuleFromFile reads the contents of the `file` provided and interprets them as either the text format or the binary format for WebAssembly. After
module_feats_cranelift_wat.go:9
MethodSerialize
Serialize encodes this component as a sequence of bytes which can later be passed to [NewComponentDeserialize] to recover the same component without r
component_feat_component_model.go:76
MethodSetArgv
SetArgv will explicitly configure the argv for this WASI configuration. Note that this field can only be set, it cannot be read
wasi.go:49
MethodSetStderrFile
(path string)
wasi.go:137
MethodSetStdinFile
(path string)
wasi.go:103
MethodSetWasmMemory64
SetWasmMemory64 configures whether the wasm memory64 proposal is enabled
config.go:111
MethodString
Converts this `ValType` into a string according to the string representation of `ValKind`.
valtype.go:75
FunctionTestAddFuel
(t *testing.T)
store_test.go:52
FunctionTestCallFuncFromCaller
(t *testing.T)
func_test.go:365
FunctionTestComponentDefineUnknownImportsAsTraps
(t *testing.T)
component_linker_feat_component_model_test.go:43
FunctionTestComponentGetExportIndex
(t *testing.T)
component_feat_component_model_test.go:138
FunctionTestComponentInstantiate
(t *testing.T)
component_linker_feat_component_model_test.go:9
FunctionTestComponentItemTypeAlias
(t *testing.T)
component_type_feat_component_model_test.go:119
FunctionTestComponentItemTypeAliasReturnsNilForNonTypeKind
(t *testing.T)
component_type_feat_component_model_test.go:140
FunctionTestComponentNew
(t *testing.T)
component_feat_component_model_test.go:22
FunctionTestComponentSerializeRoundTripBytes
(t *testing.T)
component_feat_component_model_test.go:50
FunctionTestComponentSerializeRoundTripFile
(t *testing.T)
component_feat_component_model_test.go:91
FunctionTestComponentTypeExportNthOutOfRange
(t *testing.T)
component_type_feat_component_model_test.go:78
FunctionTestComponentTypeExportNthReturnsItem
(t *testing.T)
component_type_feat_component_model_test.go:63
FunctionTestComponentTypeImportExportCount
(t *testing.T)
component_type_feat_component_model_test.go:39
FunctionTestComponentTypeImportNthOutOfRange
(t *testing.T)
component_type_feat_component_model_test.go:106
FunctionTestComponentTypeImportNthReturnsItem
(t *testing.T)
component_type_feat_component_model_test.go:91
FunctionTestComponentTypeWalkMultipleTypeAliases
TestComponentTypeWalkMultipleTypeAliases verifies that ExportNth iterates correctly through a component carrying multiple primitive type aliases at di
component_type_feat_component_model_test.go:160
FunctionTestComponentValTypeKindForEachPrimitive
TestComponentValTypeKindForEachPrimitive triangulates the ComponentValTypeKind* constants for the 13 primitive WIT types. Each case ships a minimal co
component_type_feat_component_model_test.go:206
FunctionTestConfig
(t *testing.T)
config_test.go:10
FunctionTestEngine
(t *testing.T)
engine_test.go:9
FunctionTestEngineInvalidatesConfig
(t *testing.T)
engine_test.go:16
FunctionTestExportType
(t *testing.T)
exporttype_test.go:9
FunctionTestFuelConsumed
(t *testing.T)
store_test.go:43
FunctionTestFunc
(t *testing.T)
func_test.go:9
FunctionTestFuncArgs
(t *testing.T)
func_test.go:69
FunctionTestFuncCall
(t *testing.T)
func_test.go:17
FunctionTestFuncFinalizer
(t *testing.T)
reftypes_test.go:227
FunctionTestFuncOneRet
(t *testing.T)
func_test.go:90
FunctionTestFuncPanic
(t *testing.T)
func_test.go:49
FunctionTestFuncTrap
(t *testing.T)
func_test.go:32
FunctionTestFuncType
(t *testing.T)
functype_test.go:9
FunctionTestFuncWrapAliasRet
(t *testing.T)
func_test.go:355
FunctionTestFuncWrapCallerArg
(t *testing.T)
func_test.go:185
FunctionTestFuncWrapMultiRetWithTrap
(t *testing.T)
func_test.go:241
FunctionTestFuncWrapPanic
(t *testing.T)
func_test.go:250
FunctionTestFuncWrapRet1
(t *testing.T)
func_test.go:193
FunctionTestFuncWrapRet2
(t *testing.T)
func_test.go:204
FunctionTestFuncWrapRetError
(t *testing.T)
func_test.go:219
FunctionTestFuncWrapRetErrorTrap
(t *testing.T)
func_test.go:229
FunctionTestFuncWrapSimple
(t *testing.T)
func_test.go:140
FunctionTestFuncWrapSimple1Arg
(t *testing.T)
func_test.go:152
FunctionTestFuncWrapSimpleManyArg
(t *testing.T)
func_test.go:164
FunctionTestFuncWrongRet
(t *testing.T)
func_test.go:104
FunctionTestFuncWrongRet2
(t *testing.T)
func_test.go:122
FunctionTestGlobal
(t *testing.T)
global_test.go:9
FunctionTestGlobalFinalizer
(t *testing.T)
reftypes_test.go:194
FunctionTestGlobalType
(t *testing.T)
globaltype_test.go:10
FunctionTestImportType
(t *testing.T)
importtype_test.go:9
FunctionTestInstance
(t *testing.T)
instance_test.go:9
FunctionTestInstanceBad
(t *testing.T)
instance_test.go:53
FunctionTestInstanceGetFunc
(t *testing.T)
instance_test.go:72
FunctionTestInterestingTypes
(t *testing.T)
func_test.go:341
FunctionTestInterruptWasm
(t *testing.T)
store_test.go:16
FunctionTestLimiterMemorySizeFail
(t *testing.T)
store_test.go:67
FunctionTestLimiterMemorySizeSuccess
(t *testing.T)
store_test.go:86
FunctionTestLinker
(t *testing.T)
linker_test.go:9
FunctionTestLinkerDefineUnknownImportsAsDefaultValues
(t *testing.T)
linker_test.go:214
FunctionTestLinkerDefineUnknownImportsAsTraps
(t *testing.T)
linker_test.go:185
FunctionTestLinkerFuncs
(t *testing.T)
linker_test.go:126
FunctionTestLinkerGetDefault
(t *testing.T)
linker_test.go:104
FunctionTestLinkerGetOneByName
(t *testing.T)
linker_test.go:112
FunctionTestLinkerModule
(t *testing.T)
linker_test.go:80
FunctionTestLinkerShadowing
(t *testing.T)
linker_test.go:53
FunctionTestLinkerTrap
(t *testing.T)
linker_test.go:67
FunctionTestMemoryType
(t *testing.T)
memorytype_test.go:9
FunctionTestMemoryType64
(t *testing.T)
memorytype_test.go:22
FunctionTestMinimalRuntime
(t *testing.T)
ci/test-minimal-runtime/min_test.go:11
FunctionTestModule
(t *testing.T)
module_test.go:10
FunctionTestModuleExports
(t *testing.T)
module_test.go:62
FunctionTestModuleImports
(t *testing.T)
module_test.go:25
FunctionTestModuleSerialize
(t *testing.T)
module_test.go:95
FunctionTestModuleValidate
(t *testing.T)
module_test.go:17
FunctionTestMultiMemoryExported
(t *testing.T)
multi_memory_test.go:15
FunctionTestMultiMemoryImported
(t *testing.T)
multi_memory_test.go:47
FunctionTestNotCallable
(t *testing.T)
func_test.go:336
FunctionTestPanicInHostFunctionDuringCall
(t *testing.T)
linker_test.go:269
FunctionTestPanicInHostFunctionDuringCallWithCaller
(t *testing.T)
linker_test.go:297
FunctionTestPanicInHostFunctionDuringInstantiate
(t *testing.T)
linker_test.go:245
FunctionTestPanicTraps
(t *testing.T)
func_test.go:395
FunctionTestRefTypesGlobal
(t *testing.T)
reftypes_test.go:118
FunctionTestRefTypesSmoke
(t *testing.T)
reftypes_test.go:28
FunctionTestRefTypesTable
(t *testing.T)
reftypes_test.go:66
FunctionTestRefTypesVal
(t *testing.T)
reftypes_test.go:61
FunctionTestRefTypesWrap
(t *testing.T)
reftypes_test.go:134
FunctionTestSlab
(t *testing.T)
slab_test.go:9
← previousnext →301–400 of 436, ranked by callers