check_wasm 0.0.3
check_wasm: ^0.0.3 copied to clipboard
Check if WASM is correctly configured. Checks if WASM version is loaded and multiheading is supported.
check_wasm #
Check if WASM is correctly configured. Checks if WASM version is loaded and multiheading is supported.
[Screenshot]
Getting Started #
Also see example project
Wrap your root widget like below.
MaterialApp(
home: CheckWasm(
child: Scaffold(...),
),
),
License #
This project is licensed under the MIT License - see the license file for details.