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 SourceEngine()
Constructs a new Engine.
Declaration
public Engine()
Methods
| Improve this Doc View SourceCreateStore()
Creates a new Wasmtime Store.
Declaration
public Store CreateStore()
Returns
Type | Description |
---|---|
Store | Returns the new Store. |
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable