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