Show / Hide Table of Contents

Class Engine

Represents the Wasmtime engine.

Inheritance
System.Object
Engine
Implements
System.IDisposable
Inherited Members
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)
System.Object.ToString()
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public class Engine : IDisposable

Constructors

| Improve this Doc View Source

Engine()

Constructs a new Engine.

Declaration
public Engine()

Methods

| Improve this Doc View Source

CreateStore()

Creates a new Wasmtime Store.

Declaration
public Store CreateStore()
Returns
Type Description
Store

Returns the new Store.

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX