Skip to main content

Module wasm_analyzers

Module wasm_analyzers 

Source
Expand description

WASM-based analyzers for advanced code and performance analysis.

Static pattern analysis, runtime performance analysis, and Playwright-powered rendering analysis for WebAssembly content.

Structsยง

WasmPatternAnalyzer
Detects WebAssembly-related issues from HTML source without executing JavaScript.
WasmPerformanceAnalyzer
Measures WASM impact on Core Web Vitals and page performance.
WasmRuntimeAnalyzer
Detects WASM runtime errors via browser console output.