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

Add a test for flutter rust bridge in the CI #5270

Open
AlaaAlHallaq opened this issue Nov 24, 2024 · 3 comments
Open

Add a test for flutter rust bridge in the CI #5270

AlaaAlHallaq opened this issue Nov 24, 2024 · 3 comments
Assignees
Labels
🎉 enhancement New feature!

Comments

@AlaaAlHallaq
Copy link

AlaaAlHallaq commented Nov 24, 2024

Motivation

Wasmer is a great solution (for me) to reduce the complexity of embedding native libries in my flutter apps but using another tool; flutter rust bridge, which works out of the box in its current version 2.

BUT

wasmer 5 (especially with crane-lift BE) is broken when used with flutter rust bridge, were wasmer 4.4 is working perfectly fine !

@AlaaAlHallaq AlaaAlHallaq added the 🎉 enhancement New feature! label Nov 24, 2024
@AlaaAlHallaq
Copy link
Author

I've traced the issue to be crane-lift-codegen specific issue, only appear if log is enabled & it's level is >= Debug.
I'v submitted an issue ticket on wasmtime crane-lift codegen repository. please if you can follow up on the issue.
Bug in loading Extern Function name, in loging compiling a wasm file #9685

@AlaaAlHallaq
Copy link
Author

please refer to the comment in mentioned above:
bytecodealliance/wasmtime#9685 (comment)

@AlaaAlHallaq
Copy link
Author

@calavera there is a bug here needs fixing, please refer to the closed ticket on crane-lift repo

@xdoardo xdoardo self-assigned this Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎉 enhancement New feature!
Projects
None yet
Development

No branches or pull requests

2 participants