WasmAssertReturn

data class WasmAssertReturn(val actual: WasmExpr, val expect: WasmExpr?, val msg: String) : WasmAssert

Constructors

Link copied to clipboard
constructor(actual: WasmExpr, expect: WasmExpr?, msg: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val msg: String