wasm_check 0.1.0 copy "wasm_check: ^0.1.0" to clipboard
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_check

Use 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_check

With Flutter:

 $ flutter pub add wasm_check

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  wasm_check: ^0.1.0

Alternatively, 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';
0
likes
160
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pre-flight WASM compatibility audit for Dart and Flutter projects. Checks your dependency tree before you build.

Repository (GitHub)
View/report issues

Topics

#wasm #flutter #dart #cli #webassembly

License

MIT (license)

Dependencies

args, http, yaml

More

Packages that depend on wasm_check