Interface IModuleExports
A set of items that can be exported by a WebAssembly module.
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IModuleExports
Methods
TryGetExport<T>(string, out T?)
View Source
Declaration
bool TryGetExport<T>(string name, out T? value) where T : IExternal
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.String | name |
<T> | value |
Type Parameters
T