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.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate wasm_checkUse it
The package has the following executables:
$ wasm_check
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add wasm_checkWith Flutter:
$ flutter pub add wasm_checkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
wasm_check: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:wasm_check/wasm_check.dart';