Class MazeWasmInteropWasmtimeTest
This class contains the Wasmtime MazeWasmInterop.ConnectionType xUnit unit
tests for the MazeWasmInterop class, where the interop is initialized using the default WebAssembly file loader mechanism
Inherited Members
Namespace: Maze.Wasm.Interop.Tests
Assembly: Maze.Wasm.Interop.Tests.dll
Syntax
public class MazeWasmInteropWasmtimeTest : MazeWasmInteropTestBase
Constructors
MazeWasmInteropWasmtimeTest()
Constructor for Wasmtime MazeWasmInterop.ConnectionType xUnit unit
tests, where the interop is initialized using the default WebAssembly file loader mechanism
Declaration
public MazeWasmInteropWasmtimeTest()
Methods
GetInterop()
Returns the MazeWasmInterop instance to be used for the tests
Declaration
protected override MazeWasmInterop GetInterop()
Returns
| Type | Description |
|---|---|
| MazeWasmInterop | MazeWasmInterop instance |