Class MazeWasmInteropWasmtimeTestFromBytes
This class contains the Wasmtime MazeWasmInterop.ConnectionType xUnit unit
tests for the MazeWasmInterop class, where the interop is initialized using WebAssembly bytes passed to it in the constructor
Inherited Members
Namespace: Maze.Wasm.Interop.Tests
Assembly: Maze.Wasm.Interop.Tests.dll
Syntax
public class MazeWasmInteropWasmtimeTestFromBytes : MazeWasmInteropTestBase
Constructors
MazeWasmInteropWasmtimeTestFromBytes()
Constructor for the Wasmtime MazeWasmInterop.ConnectionType xUnit unit
tests, where the interop is initialized from WebAssembly bytes supplied by the caller
Declaration
public MazeWasmInteropWasmtimeTestFromBytes()
Methods
GetInterop()
Returns the MazeWasmInterop instance to be used for the tests
Declaration
protected override MazeWasmInterop GetInterop()
Returns
| Type | Description |
|---|---|
| MazeWasmInterop | MazeWasmInterop instance |