List of all items
Structs
- CallingFrame
- Compiler
- Config
- Executor
- ExportType
- FuncType
- Function
- Global
- GlobalType
- ImportModule
- ImportType
- Instance
- Loader
- Memory
- MemoryType
- Module
- Statistics
- Store
- Table
- TableType
- Validator
- WasiModule
- WasmValue
- async::fiber::AsyncCx
- async::fiber::AsyncState
- async::function::AsyncFunction
- async::module::AsyncImportObject
- async::module::AsyncInstance
- async::module::AsyncWasiModule
- ffi::WasmEdge_ASTModuleContext
- ffi::WasmEdge_Async
- ffi::WasmEdge_Bytes
- ffi::WasmEdge_CallingFrameContext
- ffi::WasmEdge_CompilerContext
- ffi::WasmEdge_ConfigureContext
- ffi::WasmEdge_ExecutorContext
- ffi::WasmEdge_ExportTypeContext
- ffi::WasmEdge_FunctionInstanceContext
- ffi::WasmEdge_FunctionTypeContext
- ffi::WasmEdge_GlobalInstanceContext
- ffi::WasmEdge_GlobalTypeContext
- ffi::WasmEdge_ImportTypeContext
- ffi::WasmEdge_Limit
- ffi::WasmEdge_LoaderContext
- ffi::WasmEdge_MemoryInstanceContext
- ffi::WasmEdge_MemoryTypeContext
- ffi::WasmEdge_ModuleDescriptor
- ffi::WasmEdge_ModuleInstanceContext
- ffi::WasmEdge_PluginContext
- ffi::WasmEdge_PluginDescriptor
- ffi::WasmEdge_PluginVersionData
- ffi::WasmEdge_ProgramOption
- ffi::WasmEdge_Result
- ffi::WasmEdge_StatisticsContext
- ffi::WasmEdge_StoreContext
- ffi::WasmEdge_String
- ffi::WasmEdge_TableInstanceContext
- ffi::WasmEdge_TableTypeContext
- ffi::WasmEdge_TagInstanceContext
- ffi::WasmEdge_TagTypeContext
- ffi::WasmEdge_VMContext
- ffi::WasmEdge_ValType
- ffi::WasmEdge_ValidatorContext
- ffi::WasmEdge_Value
- frame::CallingFrame
- instance::FuncType
- instance::GlobalType
- instance::InnerRef
- instance::MemoryType
- instance::TableType
- instance::function::Function
- instance::global::Global
- instance::memory::Memory
- instance::module::ImportModule
- instance::module::Instance
- instance::module::WasiModule
- instance::table::Table
- plugin::ModuleDescriptor
- plugin::Plugin
- plugin::PluginDescriptor
- plugin::PluginManager
- plugin::PluginVersion
- plugin::ProgramOption
- types::WasmEdgeString
- types::WasmValue
Enums
Traits
Functions
- ffi::WasmEdge_ASTModuleDelete
- ffi::WasmEdge_ASTModuleListExports
- ffi::WasmEdge_ASTModuleListExportsLength
- ffi::WasmEdge_ASTModuleListImports
- ffi::WasmEdge_ASTModuleListImportsLength
- ffi::WasmEdge_AsyncCancel
- ffi::WasmEdge_AsyncDelete
- ffi::WasmEdge_AsyncGet
- ffi::WasmEdge_AsyncGetReturnsLength
- ffi::WasmEdge_AsyncWait
- ffi::WasmEdge_AsyncWaitFor
- ffi::WasmEdge_BytesCreate
- ffi::WasmEdge_BytesDelete
- ffi::WasmEdge_BytesWrap
- ffi::WasmEdge_CallingFrameGetExecutor
- ffi::WasmEdge_CallingFrameGetMemoryInstance
- ffi::WasmEdge_CallingFrameGetModuleInstance
- ffi::WasmEdge_CompilerCompile
- ffi::WasmEdge_CompilerCompileFromBuffer
- ffi::WasmEdge_CompilerCompileFromBytes
- ffi::WasmEdge_CompilerCreate
- ffi::WasmEdge_CompilerDelete
- ffi::WasmEdge_ConfigureAddHostRegistration
- ffi::WasmEdge_ConfigureAddProposal
- ffi::WasmEdge_ConfigureCompilerGetOptimizationLevel
- ffi::WasmEdge_ConfigureCompilerGetOutputFormat
- ffi::WasmEdge_ConfigureCompilerIsDumpIR
- ffi::WasmEdge_ConfigureCompilerIsGenericBinary
- ffi::WasmEdge_ConfigureCompilerIsInterruptible
- ffi::WasmEdge_ConfigureCompilerSetDumpIR
- ffi::WasmEdge_ConfigureCompilerSetGenericBinary
- ffi::WasmEdge_ConfigureCompilerSetInterruptible
- ffi::WasmEdge_ConfigureCompilerSetOptimizationLevel
- ffi::WasmEdge_ConfigureCompilerSetOutputFormat
- ffi::WasmEdge_ConfigureCreate
- ffi::WasmEdge_ConfigureDelete
- ffi::WasmEdge_ConfigureGetMaxMemoryPage
- ffi::WasmEdge_ConfigureHasHostRegistration
- ffi::WasmEdge_ConfigureHasProposal
- ffi::WasmEdge_ConfigureIsAllowAFUNIX
- ffi::WasmEdge_ConfigureIsForceInterpreter
- ffi::WasmEdge_ConfigureRemoveHostRegistration
- ffi::WasmEdge_ConfigureRemoveProposal
- ffi::WasmEdge_ConfigureSetAllowAFUNIX
- ffi::WasmEdge_ConfigureSetForceInterpreter
- ffi::WasmEdge_ConfigureSetMaxMemoryPage
- ffi::WasmEdge_ConfigureStatisticsIsCostMeasuring
- ffi::WasmEdge_ConfigureStatisticsIsInstructionCounting
- ffi::WasmEdge_ConfigureStatisticsIsTimeMeasuring
- ffi::WasmEdge_ConfigureStatisticsSetCostMeasuring
- ffi::WasmEdge_ConfigureStatisticsSetInstructionCounting
- ffi::WasmEdge_ConfigureStatisticsSetTimeMeasuring
- ffi::WasmEdge_Driver_Compiler
- ffi::WasmEdge_Driver_Tool
- ffi::WasmEdge_Driver_UniTool
- ffi::WasmEdge_ExecutorAsyncInvoke
- ffi::WasmEdge_ExecutorCreate
- ffi::WasmEdge_ExecutorDelete
- ffi::WasmEdge_ExecutorExperimentalRegisterPostHostFunction
- ffi::WasmEdge_ExecutorExperimentalRegisterPreHostFunction
- ffi::WasmEdge_ExecutorInstantiate
- ffi::WasmEdge_ExecutorInvoke
- ffi::WasmEdge_ExecutorRegister
- ffi::WasmEdge_ExecutorRegisterImport
- ffi::WasmEdge_ExportTypeGetExternalName
- ffi::WasmEdge_ExportTypeGetExternalType
- ffi::WasmEdge_ExportTypeGetFunctionType
- ffi::WasmEdge_ExportTypeGetGlobalType
- ffi::WasmEdge_ExportTypeGetMemoryType
- ffi::WasmEdge_ExportTypeGetTableType
- ffi::WasmEdge_ExportTypeGetTagType
- ffi::WasmEdge_FunctionInstanceCreate
- ffi::WasmEdge_FunctionInstanceCreateBinding
- ffi::WasmEdge_FunctionInstanceDelete
- ffi::WasmEdge_FunctionInstanceGetData
- ffi::WasmEdge_FunctionInstanceGetFunctionType
- ffi::WasmEdge_FunctionTypeCreate
- ffi::WasmEdge_FunctionTypeDelete
- ffi::WasmEdge_FunctionTypeGetParameters
- ffi::WasmEdge_FunctionTypeGetParametersLength
- ffi::WasmEdge_FunctionTypeGetReturns
- ffi::WasmEdge_FunctionTypeGetReturnsLength
- ffi::WasmEdge_GlobalInstanceCreate
- ffi::WasmEdge_GlobalInstanceDelete
- ffi::WasmEdge_GlobalInstanceGetGlobalType
- ffi::WasmEdge_GlobalInstanceGetValue
- ffi::WasmEdge_GlobalInstanceSetValue
- ffi::WasmEdge_GlobalTypeCreate
- ffi::WasmEdge_GlobalTypeDelete
- ffi::WasmEdge_GlobalTypeGetMutability
- ffi::WasmEdge_GlobalTypeGetValType
- ffi::WasmEdge_ImportTypeGetExternalName
- ffi::WasmEdge_ImportTypeGetExternalType
- ffi::WasmEdge_ImportTypeGetFunctionType
- ffi::WasmEdge_ImportTypeGetGlobalType
- ffi::WasmEdge_ImportTypeGetMemoryType
- ffi::WasmEdge_ImportTypeGetModuleName
- ffi::WasmEdge_ImportTypeGetTableType
- ffi::WasmEdge_ImportTypeGetTagType
- ffi::WasmEdge_LimitIsEqual
- ffi::WasmEdge_LoaderCreate
- ffi::WasmEdge_LoaderDelete
- ffi::WasmEdge_LoaderParseFromBuffer
- ffi::WasmEdge_LoaderParseFromBytes
- ffi::WasmEdge_LoaderParseFromFile
- ffi::WasmEdge_LoaderSerializeASTModule
- ffi::WasmEdge_LogOff
- ffi::WasmEdge_LogSetDebugLevel
- ffi::WasmEdge_LogSetErrorLevel
- ffi::WasmEdge_MemoryInstanceCreate
- ffi::WasmEdge_MemoryInstanceDelete
- ffi::WasmEdge_MemoryInstanceGetData
- ffi::WasmEdge_MemoryInstanceGetMemoryType
- ffi::WasmEdge_MemoryInstanceGetPageSize
- ffi::WasmEdge_MemoryInstanceGetPointer
- ffi::WasmEdge_MemoryInstanceGetPointerConst
- ffi::WasmEdge_MemoryInstanceGrowPage
- ffi::WasmEdge_MemoryInstanceSetData
- ffi::WasmEdge_MemoryTypeCreate
- ffi::WasmEdge_MemoryTypeDelete
- ffi::WasmEdge_MemoryTypeGetLimit
- ffi::WasmEdge_ModuleInstanceAddFunction
- ffi::WasmEdge_ModuleInstanceAddGlobal
- ffi::WasmEdge_ModuleInstanceAddMemory
- ffi::WasmEdge_ModuleInstanceAddTable
- ffi::WasmEdge_ModuleInstanceCreate
- ffi::WasmEdge_ModuleInstanceCreateWASI
- ffi::WasmEdge_ModuleInstanceCreateWithData
- ffi::WasmEdge_ModuleInstanceDelete
- ffi::WasmEdge_ModuleInstanceFindFunction
- ffi::WasmEdge_ModuleInstanceFindGlobal
- ffi::WasmEdge_ModuleInstanceFindMemory
- ffi::WasmEdge_ModuleInstanceFindTable
- ffi::WasmEdge_ModuleInstanceFindTag
- ffi::WasmEdge_ModuleInstanceGetHostData
- ffi::WasmEdge_ModuleInstanceGetModuleName
- ffi::WasmEdge_ModuleInstanceInitWASI
- ffi::WasmEdge_ModuleInstanceInitWasmEdgeProcess
- ffi::WasmEdge_ModuleInstanceListFunction
- ffi::WasmEdge_ModuleInstanceListFunctionLength
- ffi::WasmEdge_ModuleInstanceListGlobal
- ffi::WasmEdge_ModuleInstanceListGlobalLength
- ffi::WasmEdge_ModuleInstanceListMemory
- ffi::WasmEdge_ModuleInstanceListMemoryLength
- ffi::WasmEdge_ModuleInstanceListTable
- ffi::WasmEdge_ModuleInstanceListTableLength
- ffi::WasmEdge_ModuleInstanceListTag
- ffi::WasmEdge_ModuleInstanceListTagLength
- ffi::WasmEdge_ModuleInstanceWASIGetExitCode
- ffi::WasmEdge_ModuleInstanceWASIGetNativeHandler
- ffi::WasmEdge_PluginCreateModule
- ffi::WasmEdge_PluginFind
- ffi::WasmEdge_PluginGetPluginName
- ffi::WasmEdge_PluginInitWASINN
- ffi::WasmEdge_PluginListModule
- ffi::WasmEdge_PluginListModuleLength
- ffi::WasmEdge_PluginListPlugins
- ffi::WasmEdge_PluginListPluginsLength
- ffi::WasmEdge_PluginLoadFromPath
- ffi::WasmEdge_PluginLoadWithDefaultPaths
- ffi::WasmEdge_Plugin_GetDescriptor
- ffi::WasmEdge_ResultGen
- ffi::WasmEdge_ResultGetCategory
- ffi::WasmEdge_ResultGetCode
- ffi::WasmEdge_ResultGetMessage
- ffi::WasmEdge_ResultOK
- ffi::WasmEdge_StatisticsClear
- ffi::WasmEdge_StatisticsCreate
- ffi::WasmEdge_StatisticsDelete
- ffi::WasmEdge_StatisticsGetInstrCount
- ffi::WasmEdge_StatisticsGetInstrPerSecond
- ffi::WasmEdge_StatisticsGetTotalCost
- ffi::WasmEdge_StatisticsSetCostLimit
- ffi::WasmEdge_StatisticsSetCostTable
- ffi::WasmEdge_StoreCreate
- ffi::WasmEdge_StoreDelete
- ffi::WasmEdge_StoreFindModule
- ffi::WasmEdge_StoreListModule
- ffi::WasmEdge_StoreListModuleLength
- ffi::WasmEdge_StringCopy
- ffi::WasmEdge_StringCreateByBuffer
- ffi::WasmEdge_StringCreateByCString
- ffi::WasmEdge_StringDelete
- ffi::WasmEdge_StringIsEqual
- ffi::WasmEdge_StringWrap
- ffi::WasmEdge_TableInstanceCreate
- ffi::WasmEdge_TableInstanceCreateWithInit
- ffi::WasmEdge_TableInstanceDelete
- ffi::WasmEdge_TableInstanceGetData
- ffi::WasmEdge_TableInstanceGetSize
- ffi::WasmEdge_TableInstanceGetTableType
- ffi::WasmEdge_TableInstanceGrow
- ffi::WasmEdge_TableInstanceSetData
- ffi::WasmEdge_TableTypeCreate
- ffi::WasmEdge_TableTypeDelete
- ffi::WasmEdge_TableTypeGetLimit
- ffi::WasmEdge_TableTypeGetRefType
- ffi::WasmEdge_TagInstanceGetTagType
- ffi::WasmEdge_TagTypeGetFunctionType
- ffi::WasmEdge_VMAsyncExecute
- ffi::WasmEdge_VMAsyncExecuteRegistered
- ffi::WasmEdge_VMAsyncRunWasmFromASTModule
- ffi::WasmEdge_VMAsyncRunWasmFromBuffer
- ffi::WasmEdge_VMAsyncRunWasmFromBytes
- ffi::WasmEdge_VMAsyncRunWasmFromFile
- ffi::WasmEdge_VMCleanup
- ffi::WasmEdge_VMCreate
- ffi::WasmEdge_VMDelete
- ffi::WasmEdge_VMExecute
- ffi::WasmEdge_VMExecuteRegistered
- ffi::WasmEdge_VMGetActiveModule
- ffi::WasmEdge_VMGetExecutorContext
- ffi::WasmEdge_VMGetFunctionList
- ffi::WasmEdge_VMGetFunctionListLength
- ffi::WasmEdge_VMGetFunctionType
- ffi::WasmEdge_VMGetFunctionTypeRegistered
- ffi::WasmEdge_VMGetImportModuleContext
- ffi::WasmEdge_VMGetLoaderContext
- ffi::WasmEdge_VMGetRegisteredModule
- ffi::WasmEdge_VMGetStatisticsContext
- ffi::WasmEdge_VMGetStoreContext
- ffi::WasmEdge_VMGetValidatorContext
- ffi::WasmEdge_VMInstantiate
- ffi::WasmEdge_VMListRegisteredModule
- ffi::WasmEdge_VMListRegisteredModuleLength
- ffi::WasmEdge_VMLoadWasmFromASTModule
- ffi::WasmEdge_VMLoadWasmFromBuffer
- ffi::WasmEdge_VMLoadWasmFromBytes
- ffi::WasmEdge_VMLoadWasmFromFile
- ffi::WasmEdge_VMRegisterModuleFromASTModule
- ffi::WasmEdge_VMRegisterModuleFromBuffer
- ffi::WasmEdge_VMRegisterModuleFromBytes
- ffi::WasmEdge_VMRegisterModuleFromFile
- ffi::WasmEdge_VMRegisterModuleFromImport
- ffi::WasmEdge_VMRunWasmFromASTModule
- ffi::WasmEdge_VMRunWasmFromBuffer
- ffi::WasmEdge_VMRunWasmFromBytes
- ffi::WasmEdge_VMRunWasmFromFile
- ffi::WasmEdge_VMValidate
- ffi::WasmEdge_ValTypeGenExternRef
- ffi::WasmEdge_ValTypeGenF32
- ffi::WasmEdge_ValTypeGenF64
- ffi::WasmEdge_ValTypeGenFuncRef
- ffi::WasmEdge_ValTypeGenI32
- ffi::WasmEdge_ValTypeGenI64
- ffi::WasmEdge_ValTypeGenV128
- ffi::WasmEdge_ValTypeIsEqual
- ffi::WasmEdge_ValTypeIsExternRef
- ffi::WasmEdge_ValTypeIsF32
- ffi::WasmEdge_ValTypeIsF64
- ffi::WasmEdge_ValTypeIsFuncRef
- ffi::WasmEdge_ValTypeIsI32
- ffi::WasmEdge_ValTypeIsI64
- ffi::WasmEdge_ValTypeIsRef
- ffi::WasmEdge_ValTypeIsRefNull
- ffi::WasmEdge_ValTypeIsV128
- ffi::WasmEdge_ValidatorCreate
- ffi::WasmEdge_ValidatorDelete
- ffi::WasmEdge_ValidatorValidate
- ffi::WasmEdge_ValueGenExternRef
- ffi::WasmEdge_ValueGenF32
- ffi::WasmEdge_ValueGenF64
- ffi::WasmEdge_ValueGenFuncRef
- ffi::WasmEdge_ValueGenI32
- ffi::WasmEdge_ValueGenI64
- ffi::WasmEdge_ValueGenV128
- ffi::WasmEdge_ValueGetExternRef
- ffi::WasmEdge_ValueGetF32
- ffi::WasmEdge_ValueGetF64
- ffi::WasmEdge_ValueGetFuncRef
- ffi::WasmEdge_ValueGetI32
- ffi::WasmEdge_ValueGetI64
- ffi::WasmEdge_ValueGetV128
- ffi::WasmEdge_ValueIsNullRef
- ffi::WasmEdge_VersionGet
- ffi::WasmEdge_VersionGetMajor
- ffi::WasmEdge_VersionGetMinor
- ffi::WasmEdge_VersionGetPatch
- utils::driver_aot_compiler
- utils::driver_runtime_tool
- utils::driver_unified_tool
- utils::log_debug_info
- utils::log_error_info
- utils::log_off
- utils::version_major_value
- utils::version_minor_value
- utils::version_patch_value
- utils::version_string
Type Aliases
- FuncRef
- SyncFn
- WasiCtx
- async::function::AsyncFn
- ffi::WasmEdge_CompilerOptimizationLevel
- ffi::WasmEdge_CompilerOutputFormat
- ffi::WasmEdge_ErrCategory
- ffi::WasmEdge_ErrCode
- ffi::WasmEdge_ExternalType
- ffi::WasmEdge_HostFunc_t
- ffi::WasmEdge_HostRegistration
- ffi::WasmEdge_Mutability
- ffi::WasmEdge_ProgramOptionType
- ffi::WasmEdge_Proposal
- ffi::WasmEdge_TypeCode
- ffi::WasmEdge_WrapFunc_t
- ffi::int128_t
- ffi::uint128_t
- instance::function::CustomFnWrapper
- instance::function::FuncRef
- instance::function::SyncFn
- plugin::ModuleInstanceCreateFn
- plugin::PluginModule
Constants
- ffi::WasmEdge_CompilerOptimizationLevel_O0
- ffi::WasmEdge_CompilerOptimizationLevel_O1
- ffi::WasmEdge_CompilerOptimizationLevel_O2
- ffi::WasmEdge_CompilerOptimizationLevel_O3
- ffi::WasmEdge_CompilerOptimizationLevel_Os
- ffi::WasmEdge_CompilerOptimizationLevel_Oz
- ffi::WasmEdge_CompilerOutputFormat_Native
- ffi::WasmEdge_CompilerOutputFormat_Wasm
- ffi::WasmEdge_ErrCategory_UserLevelError
- ffi::WasmEdge_ErrCategory_WASM
- ffi::WasmEdge_ErrCode_AOTDisabled
- ffi::WasmEdge_ErrCode_AccessNullArray
- ffi::WasmEdge_ErrCode_AccessNullException
- ffi::WasmEdge_ErrCode_AccessNullFunc
- ffi::WasmEdge_ErrCode_AccessNullI31
- ffi::WasmEdge_ErrCode_AccessNullStruct
- ffi::WasmEdge_ErrCode_ArrayOutOfBounds
- ffi::WasmEdge_ErrCode_ArrayTypesMismatch
- ffi::WasmEdge_ErrCode_ArrayTypesNumtypeRequired
- ffi::WasmEdge_ErrCode_CastFailed
- ffi::WasmEdge_ErrCode_CastNullToNonNull
- ffi::WasmEdge_ErrCode_ConstExprRequired
- ffi::WasmEdge_ErrCode_CoreInvalidExport
- ffi::WasmEdge_ErrCode_CostLimitExceeded
- ffi::WasmEdge_ErrCode_DataCountRequired
- ffi::WasmEdge_ErrCode_DataSegDoesNotFit
- ffi::WasmEdge_ErrCode_DivideByZero
- ffi::WasmEdge_ErrCode_DupExportName
- ffi::WasmEdge_ErrCode_ENDCodeExpected
- ffi::WasmEdge_ErrCode_ElemSegDoesNotFit
- ffi::WasmEdge_ErrCode_ExpectSharedMemory
- ffi::WasmEdge_ErrCode_ExpectedZeroByte
- ffi::WasmEdge_ErrCode_FuncNotFound
- ffi::WasmEdge_ErrCode_FuncSigMismatch
- ffi::WasmEdge_ErrCode_HostFuncError
- ffi::WasmEdge_ErrCode_IllegalGrammar
- ffi::WasmEdge_ErrCode_IllegalOpCode
- ffi::WasmEdge_ErrCode_IllegalPath
- ffi::WasmEdge_ErrCode_ImmutableArray
- ffi::WasmEdge_ErrCode_ImmutableField
- ffi::WasmEdge_ErrCode_ImmutableGlobal
- ffi::WasmEdge_ErrCode_IncompatibleDataCount
- ffi::WasmEdge_ErrCode_IncompatibleFuncCode
- ffi::WasmEdge_ErrCode_IncompatibleImportType
- ffi::WasmEdge_ErrCode_IndirectCallTypeMismatch
- ffi::WasmEdge_ErrCode_InstrTypeMismatch
- ffi::WasmEdge_ErrCode_IntegerOverflow
- ffi::WasmEdge_ErrCode_IntegerTooLarge
- ffi::WasmEdge_ErrCode_IntegerTooLong
- ffi::WasmEdge_ErrCode_Interrupted
- ffi::WasmEdge_ErrCode_IntrinsicsTableNotFound
- ffi::WasmEdge_ErrCode_InvalidAlignment
- ffi::WasmEdge_ErrCode_InvalidBrRefType
- ffi::WasmEdge_ErrCode_InvalidCanonOption
- ffi::WasmEdge_ErrCode_InvalidConvToInt
- ffi::WasmEdge_ErrCode_InvalidCoreSort
- ffi::WasmEdge_ErrCode_InvalidDataIdx
- ffi::WasmEdge_ErrCode_InvalidElemIdx
- ffi::WasmEdge_ErrCode_InvalidFieldIdx
- ffi::WasmEdge_ErrCode_InvalidFuncIdx
- ffi::WasmEdge_ErrCode_InvalidFuncTypeIdx
- ffi::WasmEdge_ErrCode_InvalidGlobalIdx
- ffi::WasmEdge_ErrCode_InvalidLabelIdx
- ffi::WasmEdge_ErrCode_InvalidLaneIdx
- ffi::WasmEdge_ErrCode_InvalidLimit
- ffi::WasmEdge_ErrCode_InvalidLocalIdx
- ffi::WasmEdge_ErrCode_InvalidMemPages
- ffi::WasmEdge_ErrCode_InvalidMemoryIdx
- ffi::WasmEdge_ErrCode_InvalidMut
- ffi::WasmEdge_ErrCode_InvalidNotDefaultableArray
- ffi::WasmEdge_ErrCode_InvalidNotDefaultableField
- ffi::WasmEdge_ErrCode_InvalidPackedArray
- ffi::WasmEdge_ErrCode_InvalidPackedField
- ffi::WasmEdge_ErrCode_InvalidRefIdx
- ffi::WasmEdge_ErrCode_InvalidResultArity
- ffi::WasmEdge_ErrCode_InvalidStartFunc
- ffi::WasmEdge_ErrCode_InvalidStoreAlignment
- ffi::WasmEdge_ErrCode_InvalidSubType
- ffi::WasmEdge_ErrCode_InvalidTableIdx
- ffi::WasmEdge_ErrCode_InvalidTagIdx
- ffi::WasmEdge_ErrCode_InvalidTagResultType
- ffi::WasmEdge_ErrCode_InvalidUninitLocal
- ffi::WasmEdge_ErrCode_InvalidUnpackedArray
- ffi::WasmEdge_ErrCode_InvalidUnpackedField
- ffi::WasmEdge_ErrCode_JunkSection
- ffi::WasmEdge_ErrCode_LengthOutOfBounds
- ffi::WasmEdge_ErrCode_MalformedAliasTarget
- ffi::WasmEdge_ErrCode_MalformedCanonical
- ffi::WasmEdge_ErrCode_MalformedCoreInstance
- ffi::WasmEdge_ErrCode_MalformedDefType
- ffi::WasmEdge_ErrCode_MalformedElemType
- ffi::WasmEdge_ErrCode_MalformedExportKind
- ffi::WasmEdge_ErrCode_MalformedFlagsType
- ffi::WasmEdge_ErrCode_MalformedImportKind
- ffi::WasmEdge_ErrCode_MalformedInstance
- ffi::WasmEdge_ErrCode_MalformedMagic
- ffi::WasmEdge_ErrCode_MalformedName
- ffi::WasmEdge_ErrCode_MalformedRecordType
- ffi::WasmEdge_ErrCode_MalformedRefType
- ffi::WasmEdge_ErrCode_MalformedSection
- ffi::WasmEdge_ErrCode_MalformedSort
- ffi::WasmEdge_ErrCode_MalformedTable
- ffi::WasmEdge_ErrCode_MalformedTupleType
- ffi::WasmEdge_ErrCode_MalformedUTF8
- ffi::WasmEdge_ErrCode_MalformedValType
- ffi::WasmEdge_ErrCode_MalformedVariantType
- ffi::WasmEdge_ErrCode_MalformedVersion
- ffi::WasmEdge_ErrCode_MemoryOutOfBounds
- ffi::WasmEdge_ErrCode_ModuleNameConflict
- ffi::WasmEdge_ErrCode_MultiMemories
- ffi::WasmEdge_ErrCode_MultiTables
- ffi::WasmEdge_ErrCode_NonNullRequired
- ffi::WasmEdge_ErrCode_NotValidated
- ffi::WasmEdge_ErrCode_ReadError
- ffi::WasmEdge_ErrCode_RefTypeMismatch
- ffi::WasmEdge_ErrCode_RuntimeError
- ffi::WasmEdge_ErrCode_SectionSizeMismatch
- ffi::WasmEdge_ErrCode_SetValueErrorType
- ffi::WasmEdge_ErrCode_SetValueToConst
- ffi::WasmEdge_ErrCode_SharedMemoryNoMax
- ffi::WasmEdge_ErrCode_Success
- ffi::WasmEdge_ErrCode_TableOutOfBounds
- ffi::WasmEdge_ErrCode_Terminated
- ffi::WasmEdge_ErrCode_TooManyLocals
- ffi::WasmEdge_ErrCode_TypeCheckFailed
- ffi::WasmEdge_ErrCode_UnalignedAtomicAccess
- ffi::WasmEdge_ErrCode_UncaughtException
- ffi::WasmEdge_ErrCode_UndefinedElement
- ffi::WasmEdge_ErrCode_UnexpectedEnd
- ffi::WasmEdge_ErrCode_UninitializedElement
- ffi::WasmEdge_ErrCode_UnknownCanonicalOption
- ffi::WasmEdge_ErrCode_UnknownImport
- ffi::WasmEdge_ErrCode_Unreachable
- ffi::WasmEdge_ErrCode_UserDefError
- ffi::WasmEdge_ErrCode_WrongInstanceAddress
- ffi::WasmEdge_ErrCode_WrongInstanceIndex
- ffi::WasmEdge_ErrCode_WrongVMWorkflow
- ffi::WasmEdge_ExternalType_Function
- ffi::WasmEdge_ExternalType_Global
- ffi::WasmEdge_ExternalType_Memory
- ffi::WasmEdge_ExternalType_Table
- ffi::WasmEdge_ExternalType_Tag
- ffi::WasmEdge_HostRegistration_Wasi
- ffi::WasmEdge_Mutability_Const
- ffi::WasmEdge_Mutability_Var
- ffi::WasmEdge_Plugin_CurrentAPIVersion
- ffi::WasmEdge_ProgramOptionType_Double
- ffi::WasmEdge_ProgramOptionType_Float
- ffi::WasmEdge_ProgramOptionType_Int16
- ffi::WasmEdge_ProgramOptionType_Int32
- ffi::WasmEdge_ProgramOptionType_Int64
- ffi::WasmEdge_ProgramOptionType_Int8
- ffi::WasmEdge_ProgramOptionType_None
- ffi::WasmEdge_ProgramOptionType_String
- ffi::WasmEdge_ProgramOptionType_Toggle
- ffi::WasmEdge_ProgramOptionType_UInt16
- ffi::WasmEdge_ProgramOptionType_UInt32
- ffi::WasmEdge_ProgramOptionType_UInt64
- ffi::WasmEdge_ProgramOptionType_UInt8
- ffi::WasmEdge_Proposal_Annotations
- ffi::WasmEdge_Proposal_BulkMemoryOperations
- ffi::WasmEdge_Proposal_Component
- ffi::WasmEdge_Proposal_ExceptionHandling
- ffi::WasmEdge_Proposal_ExtendedConst
- ffi::WasmEdge_Proposal_FunctionReferences
- ffi::WasmEdge_Proposal_GC
- ffi::WasmEdge_Proposal_ImportExportMutGlobals
- ffi::WasmEdge_Proposal_Memory64
- ffi::WasmEdge_Proposal_MultiMemories
- ffi::WasmEdge_Proposal_MultiValue
- ffi::WasmEdge_Proposal_NonTrapFloatToIntConversions
- ffi::WasmEdge_Proposal_ReferenceTypes
- ffi::WasmEdge_Proposal_RelaxSIMD
- ffi::WasmEdge_Proposal_SIMD
- ffi::WasmEdge_Proposal_SignExtensionOperators
- ffi::WasmEdge_Proposal_TailCall
- ffi::WasmEdge_Proposal_Threads
- ffi::WasmEdge_TypeCode_AnyRef
- ffi::WasmEdge_TypeCode_Array
- ffi::WasmEdge_TypeCode_ArrayRef
- ffi::WasmEdge_TypeCode_Epsilon
- ffi::WasmEdge_TypeCode_EqRef
- ffi::WasmEdge_TypeCode_ExnRef
- ffi::WasmEdge_TypeCode_ExternRef
- ffi::WasmEdge_TypeCode_F32
- ffi::WasmEdge_TypeCode_F64
- ffi::WasmEdge_TypeCode_Func
- ffi::WasmEdge_TypeCode_FuncRef
- ffi::WasmEdge_TypeCode_I16
- ffi::WasmEdge_TypeCode_I31Ref
- ffi::WasmEdge_TypeCode_I32
- ffi::WasmEdge_TypeCode_I64
- ffi::WasmEdge_TypeCode_I8
- ffi::WasmEdge_TypeCode_NullExternRef
- ffi::WasmEdge_TypeCode_NullFuncRef
- ffi::WasmEdge_TypeCode_NullRef
- ffi::WasmEdge_TypeCode_Rec
- ffi::WasmEdge_TypeCode_Ref
- ffi::WasmEdge_TypeCode_RefNull
- ffi::WasmEdge_TypeCode_String
- ffi::WasmEdge_TypeCode_Struct
- ffi::WasmEdge_TypeCode_StructRef
- ffi::WasmEdge_TypeCode_Sub
- ffi::WasmEdge_TypeCode_SubFinal
- ffi::WasmEdge_TypeCode_TypeIndex
- ffi::WasmEdge_TypeCode_V128