Class ExportInstance
Represents an instance of exported items from a WebAssembly module.
Assembly: WaaS.Core.dll
View Source
Declaration
public class ExportInstance
Properties
Items
View Source
Declaration
public IReadOnlyDictionary<string, IExternal> Items { get; }