wasm_check 0.1.0
wasm_check: ^0.1.0 copied to clipboard
Pre-flight WASM compatibility audit for Dart and Flutter projects. Checks your dependency tree before you build.
0.1.0 #
- Initial release.
- Analyzes
pubspec.lockfor WASM compatibility using the pub.dev REST API. - Three compatibility states: COMPATIBLE, INCOMPATIBLE, UNKNOWN.
- Distinguishes direct vs. transitive blockers.
--jsonflag for machine-readable output.--exit-codeflag for CI pipeline gating.--direct-onlyflag to skip transitive dependency analysis.--verboseflag to show all packages including compatible and unknown.