Class MazeWasmInteropWasmerTest
This class contains the Wasmer 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 MazeWasmInteropWasmerTest : MazeWasmInteropTestBase
Constructors
MazeWasmInteropWasmerTest()
Constructor for the Wasmer MazeWasmInterop.ConnectionType xUnit unit
tests, where the interop is initialized using the default WebAssembly file loader mechanism
Declaration
public MazeWasmInteropWasmerTest()
Methods
GetInterop()
Returns the MazeWasmInterop instance to be used for the tests
Declaration
protected override MazeWasmInterop GetInterop()
Returns
| Type | Description |
|---|---|
| MazeWasmInterop | MazeWasmInterop instance |