Skip to content

wasm fix: runtimeType error when voice ended#417

Merged
alnitak merged 2 commits intomainfrom
wasmRuntimeTypeError
Mar 9, 2026
Merged

wasm fix: runtimeType error when voice ended#417
alnitak merged 2 commits intomainfrom
wasmRuntimeTypeError

Conversation

@alnitak
Copy link
Copy Markdown
Owner

@alnitak alnitak commented Mar 9, 2026

Description

Running on the web and compiling with wasm enabled, the runtimeType of a voiceEnded handle value was treated as double instead of an int in a non wasm environment.

fixes #415

Type of Change

  • 🛠️ Bug fix (non-breaking change which fixes an issue)

@alnitak alnitak marked this pull request as ready for review March 9, 2026 21:04
@alnitak alnitak merged commit c42bd26 into main Mar 9, 2026
1 check passed
@alnitak alnitak deleted the wasmRuntimeTypeError branch March 9, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Web/WASM crash: Type 'double' is not a subtype of type 'int' in type cast in bindings_player_web.dart event callback

1 participant