isWasm

Returns true if the current test execution target is Web (WasmJs).

Example Usage

if (isWasm()) {
// Perform Wasm-specific assertion or skip unsupported action
}