Check if WASM is correctly configured. Checks if WASM version is loaded and multiheading is supported.
Also see example project
Wrap your root widget like below.
MaterialApp(
home: CheckWasm(
child: Scaffold(...),
),
),Add to following /?check_wasm to the url and check will be enabled.
This project is licensed under the MIT License - see the license file for details.
