You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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
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 !
The text was updated successfully, but these errors were encountered: