Show / Hide Table of Contents

Class Engine

Represents the Wasmtime engine.

Inheritance
System.Object
Engine
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public class Engine : IDisposable

Constructors

| Improve this Doc View Source

Engine()

Constructs a new default engine.

Declaration
public Engine()
| Improve this Doc View Source

Engine(Config)

Constructs a new engine using the given configuration.

Declaration
public Engine(Config config)
Parameters
Type Name Description
Config config

The configuration to use for the engine.

Remarks

This method will dispose the given configuration.

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

IncrementEpoch()

Increments the epoch for epoch-based interruption

Declaration
public void IncrementEpoch()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX