Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASM is not supported #117

Open
imaNNeo opened this issue Nov 14, 2024 · 0 comments · May be fixed by #118
Open

WASM is not supported #117

imaNNeo opened this issue Nov 14, 2024 · 0 comments · May be fixed by #118
Assignees

Comments

@imaNNeo
Copy link

imaNNeo commented Nov 14, 2024

Hi there, I just realized that the Nakama SDK is not compatible with Flutter WASM.
It's simple to reproduce, just run the app using --wasm parameter and it doesn't work (the APIs I mean),
And in my own case, I get this error:
Unsupported operation: No implementation of the connect api provided

We just need to upgrade the dio and web_socket_channel dependencies to be compatible with WASM
(I tested it and it works with this change, I'm gonna create a PR now)

@imaNNeo imaNNeo linked a pull request Nov 14, 2024 that will close this issue
@ilmalte ilmalte self-assigned this Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants