client-sdk-flutter icon indicating copy to clipboard operation
client-sdk-flutter copied to clipboard

Support for WASM builds

Open jezell opened this issue 1 year ago • 1 comments

This fixes a few remaining issues blocking WASM builds

jezell avatar Sep 21 '24 03:09 jezell

Related: https://github.com/livekit/client-sdk-flutter/issues/541

kNoAPP avatar Oct 01 '24 14:10 kNoAPP

Since wasm compilation errors prevent uploading to pub, this branch needs to be merged first. The current version can be compiled correctly with --wasm, but there are still bugs when running. It is recommended not to use --wasm when compiling flutter web (non-wasm versions of web apps can still run well). Wasm will be fixed later.

cloudwebrtc avatar Feb 23 '25 02:02 cloudwebrtc