mpc_wasm_runtime 0.1.0
mpc_wasm_runtime: ^0.1.0 copied to clipboard
Android-compatible Flutter bindings for wasm_run, maintained for MPC Fintech SDKs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mpc_wasm_runtimeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mpc_wasm_runtime: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mpc_wasm_runtime/mpc_wasm_runtime.dart';