wallet_core_bindings_wasm_assets 4.3.6 copy "wallet_core_bindings_wasm_assets: ^4.3.6" to clipboard
wallet_core_bindings_wasm_assets: ^4.3.6 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
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());
}

Usage #

For comprehensive documentation, see package repository.

0
likes
130
points
295
downloads

Publisher

unverified uploader

Weekly Downloads

WASI wasi_snapshot_preview1 assets for wallet_core_bindings_wasm.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on wallet_core_bindings_wasm_assets