Class FunctionImport
Represents a function imported to a WebAssembly module.
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public class FunctionImport : Import
Properties
| Improve this Doc View SourceParameters
The parameter of the exported WebAssembly function.
Declaration
public IReadOnlyList<ValueKind> Parameters { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<ValueKind> |
Results
The results of the exported WebAssembly function.
Declaration
public IReadOnlyList<ValueKind> Results { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<ValueKind> |