Show / Hide Table of Contents

Class FunctionExport

Represents a function exported from a WebAssembly module.

Inheritance
System.Object
Export
FunctionExport
Inherited Members
Export.Name
Export.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Wasmtime.Exports
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
System.Collections.Generic.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
System.Collections.Generic.IReadOnlyList<ValueKind>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX