Show / Hide Table of Contents

Class FunctionImport

Represents a function imported to a WebAssembly module.

Inheritance
System.Object
Import
FunctionImport
Inherited Members
Import.ModuleName
Import.Name
Import.ToString()
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public class FunctionImport : Import

Properties

| Improve this Doc View Source

Parameters

The parameter of the exported WebAssembly function.

Declaration
public IReadOnlyList<ValueKind> Parameters { get; }
Property Value
Type Description
IReadOnlyList<ValueKind>
| Improve this Doc View Source

Results

The results of the exported WebAssembly function.

Declaration
public IReadOnlyList<ValueKind> Results { get; }
Property Value
Type Description
IReadOnlyList<ValueKind>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX