Run the Wiredash Wasm sample
stableWasm builds require specific COOP/COEP headers to support SharedArrayBuffer. Use the provided serve.py script to host the build with the necessary headers.
- Build the project:
../../wiresdk flutter build web --wasm --strip-wasm - Start the server:
python3 serve.py 8123 - Access the app at
http://127.0.0.1:8123/
../../wiresdk flutter build web --wasm --strip-wasm
python3 serve.py 8123