wasm_run_flutter 0.1.0

SDKflutter
Platformandroidioswindowslinuxmacosweb

This library contains the necessary platform bindings for executing `package:wasm_run`'s Web Assembly executor. Uses Rust's wasmtime optimizing runtime or wasmi interpreter.

wasm_run_flutter

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 only contains the necessary binaries for executing package:wasm_run's WASM API. The WASM runtime used for each platform is selected according to the platform and architecture according to the following table:

PlatformArchitectureRuntime[1]
Linuxaarch64 x86_64Wasmtime 14.0
MacOSaarch64 x86_64Wasmtime 14.0
Windowsaarch64 x86_64Wasmtime 14.0
iOSaarch64 x86_64 aarch64-simWasmi 0.31
Androidarmeabi-v7a x86 x86_64Wasmi 0.31
Androidarm64-v8aWasmtime 14.0
WebN/ABrowser/Wasmi 0.31