WasmExternalKind
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
The external item kind used by WebAssembly import and export sections.
public enum WasmExternalKindFields
Section titled “Fields”Function
Section titled “Function”A function index.
Returns: WasmExternalKind
Function = 0Global
Section titled “Global”A global index.
Returns: WasmExternalKind
Global = 3Memory
Section titled “Memory”A memory index.
Returns: WasmExternalKind
Memory = 2A table index.
Returns: WasmExternalKind
Table = 1An exception tag index.
Returns: WasmExternalKind
Tag = 4Unknown
Section titled “Unknown”An unrecognized external kind.
Returns: WasmExternalKind
Unknown = 5