-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Attempting to compile our app to WASM results in the following incompatibility issues:
Wasm dry run findings:
Found incompatibilities with WebAssembly.
file:///Users/james/.pub-cache/hosted/pub.dev/dart_webrtc-1.6.0/lib/src/frame_cryptor_impl.dart
509:11 - invalid_runtime_check_with_js_interop_types lint violation: Cast from 'List<InvalidType>'
to 'JSObject' casts a Dart value to a JS interop type, which might not be platform-consistent. (6)
file:///Users/james/.pub-cache/hosted/pub.dev/dart_webrtc-1.6.0/lib/src/frame_cryptor_impl.dart
584:11 - invalid_runtime_check_with_js_interop_types lint violation: Cast from 'List<InvalidType>'
to 'JSObject' casts a Dart value to a JS interop type, which might not be platform-consistent. (6)
This seems like a trivial fix. Is this on anyone's radar? Thanks!
Metadata
Metadata
Assignees
Labels
No labels