-
Notifications
You must be signed in to change notification settings - Fork 13
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
Previous binaries are not working with flutter_rust_bridge: 1.82.0 #36
Comments
Hi thanks for the issue! I am working on it. In the mena time, does pinning the version to |
Pinning the version doesn't fix it, I have tried all the versions from 1.72.2. The previous compiled code can't work with I think that it's very simple to update this. If you publish/release an updated version I can finalize the |
I already have implemented the integration, but I can't test it. |
If you want, I can help to make a transparent load and path resolution of the library binaries. Take a look at: https://github.com/gmpassos/dart_randomx/blob/master/lib/src/dart_randomx_base.dart#L71 |
Thanks I will take a look! A new version I will be uploading |
Thanks for the update! Now it's working. My tests are working now! |
The only issue now is with a function that returns void empty() {
}
Since |
Thanks again for the issue, I will keep track of the other problems in the other issues. |
First of all, thank you for this package!
The dependency needs to be updated to the latest version, and the release binaries also need to be updated.
wasm_run/packages/wasm_run/pubspec.yaml
Line 23 in 9da369c
I'm using
wasm_run
to provide Wasm runtime support in my package ApolloVM.Best regards.
The text was updated successfully, but these errors were encountered: