Source position: libwasmedge.pp line 178
type TWasmEdge_Proposal = ( |
WasmEdge_Proposal_ImportExportMutGlobals, |
WasmEdge_Proposal_NonTrapFloatToIntConversions, |
WasmEdge_Proposal_SignExtensionOperators, |
WasmEdge_Proposal_MultiValue, |
WasmEdge_Proposal_BulkMemoryOperations, |
WasmEdge_Proposal_ReferenceTypes, |
WasmEdge_Proposal_SIMD, |
WasmEdge_Proposal_TailCall, |
WasmEdge_Proposal_MultiMemories, |
WasmEdge_Proposal_Annotations, |
WasmEdge_Proposal_Memory64, |
WasmEdge_Proposal_ExceptionHandling, |
WasmEdge_Proposal_ExtendedConst, |
WasmEdge_Proposal_Threads, |
WasmEdge_Proposal_FunctionReferences |
); |