wallet_core_bindings_wasm_assets 4.3.1 copy "wallet_core_bindings_wasm_assets: ^4.3.1" to clipboard
wallet_core_bindings_wasm_assets: ^4.3.1 copied to clipboard

WASI wasi_snapshot_preview1 assets for wallet_core_bindings_wasm.

wallet_core_bindings_wasm_assets #

Wasm file built by wallet core, used with wallet_core_bindings_wasm.

Packages #

Package Pub
wallet_core_bindings Pub
wallet_core_bindings_native Pub
wallet_core_bindings_wasm Pub
wallet_core_bindings_libs Pub
wallet_core_bindings_wasm_assets Pub

Building #

Different from the official Wasm of wallet core, we modified it to support universal wasi and run on all platforms.

Getting Started #

dependencies:
  wasm_run_flutter: version
  wallet_core_bindings: version
  wallet_core_bindings_wasm: version
  wallet_core_bindings_wasm_assets: version
copied to clipboard
import 'package:wallet_core_bindings/wallet_core_bindings.dart';
import 'package:wallet_core_bindings_wasm/wallet_core_bindings_wasm.dart';
import 'package:wasm_run_flutter/wasm_run_flutter.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await WasmRunLibrary.setUp(override: false);
  await WalletCoreBindingsWasmImpl().initialize();
  runApp(const MyApp());
}
copied to clipboard

Usage #

For comprehensive documentation, see package repository.

0
likes
130
points
442
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.08 - 2025.04.22

WASI wasi_snapshot_preview1 assets for wallet_core_bindings_wasm.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on wallet_core_bindings_wasm_assets