MPC WASM Runtime

Modern Flutter maintenance fork used by Prompt Compass for Flutter. Version 0.1.0 supports Android only; other upstream platform bindings are retained in the source repository for later verification but are not advertised by this pub.flutter-io.cn release. Originally developed as wasm_run_flutter by Juan Castillo and contributors. The upstream project and this fork are distributed under the MIT License; see LICENSE. MPC changes modernize the Android namespace, NDK, minimum SDK, and package registration for current Flutter toolchains.

A Web Assembly executor for the Dart programming language.

Currently it uses the wasmtime 14.0 or wasmi 0.31 Rust crates for parsing and executing WASM modules. Bindings are created using package:flutter_rust_bridge.

For more information on usage and documentation, please visit the main repository: https://github.com/juancastillo0/wasm_run.

This Flutter library contains the Android binaries needed to execute package:wasm_run's WASM API:

Platform Architecture Runtime1
Android armeabi-v7a x86 x86_64 Wasmi 0.31
Android arm64-v8a Wasmtime 14.0

Libraries

mpc_wasm_runtime
wasm_run_flutter
Flutter native bindings for the wasm_run library.
wasm_run_flutter_web