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
Hello! We will tackle this while preparing the 5.1 release, which should come in some weeks. In the meantime, if it is a priority for you, feel free to open a PR, which we'll be glad to review.
Describe the bug
Building a rust binary that depends on Wasmer v5 with the wamr feature enabled targeting iOS fails with this error in the linking step:
Steps to reproduce
wasmer = {version = "5", default-features = false, features = ["wamr"]}
cargo build --target aarch64-apple-ios
.Here is a link to a minimal reproduction: https://github.com/guillemcordoba/vmlib-issue-reproduction/actions/runs/12844217193/job/35816976026#step:5:452
Expected behavior
A binary can be built for iOS with the wamr engine.
Actual behavior
Compilation fails.
Additional context
I'm running macOS Sonoma 14.6.1.
The text was updated successfully, but these errors were encountered: