Building IOS app help #1063
Replies: 3 comments 14 replies
-
|
Is there perhaps an alternative to cargo lipo? |
Beta Was this translation helpful? Give feedback.
-
|
I am not familiar with wasmi. Looks like you want Rust code to be compiled into WASM? Then maybe look at how flutter_rust_bridge compiles into the Flutter Web - where it is compiled to wasm |
Beta Was this translation helpful? Give feedback.
-
|
I'm now trying to just build on an aarch64 platform. After following all the steps from the flutter_rust_bridge everything is working until I do flutter run and I get this error:
I already tried Help is much appreciated :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm trying to make an IOS app that uses wasmi. Wasmi allows WebAssembly modules to be loaded in binary format and their functions invoked. When I try to

cargo lipoit gives me this error I think there is a correlation:Honestly, I'm very new to flutter and this repo and I couldn't find anything similar so this error. Any ideas what could be wrong?
Beta Was this translation helpful? Give feedback.
All reactions