Show / Hide Table of Contents

Class FunctionExport

Represents a function exported from a WebAssembly module or instance.

Inheritance
System.Object
Export
FunctionExport
Inherited Members
Export.Name
Export.ToString()
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public class FunctionExport : Export

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