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

[feature] Add WebAssembly support

Open kNoAPP opened this issue 7 months ago • 0 comments

Is your feature request related to a problem? Please describe. In Flutter 3.22.0, the project maintainers added stable support for WebAssembly. They recommend migrating packages to package:web and dart:js_interop to make them compatible with Wasm. Read the Requires JS-interop section to learn more.

Describe the solution you'd like I'd love to see plans to move in this direction. Wasm would increase the performance of videoconferencing on the web.

Describe alternatives you've considered

Additional context https://docs.flutter.dev/platform-integration/web/wasm

kNoAPP avatar Jun 27 '24 17:06 kNoAPP