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, I am trying to create an iOS app with CRUX and I want to use the crate wasmtime, but when I try to build it seems like wasmtime-fiber doesn't support to build for the targets aarch64-apple-ios neither aarch64-apple-ios-sim, there is something I can do it differently? Thanks, Im just starting with rust
Steps to Reproduce
(from a mac with M1) inside wasmtime/crates/fiber run:
cargo build --target aarch64-apple-darwin (this works ✅)
cargo build --target aarch64-apple-ios (this doesn't work ❌)
cargo build --target aarch64-apple-ios-sim (this doesn't work ❌)
Expected Results
Actually create a build
Actual Results
Many errors for "unknown directive"
error: unknown directive
|
note: instantiated into assembly here
--> <inline asm>:2:1
|
2 | .hidden wasmtime_fiber_start_22_0_0
| ^
Hello, I am trying to create an iOS app with CRUX and I want to use the crate
wasmtime, but when I try to build it seems likewasmtime-fiberdoesn't support to build for the targetsaarch64-apple-iosneitheraarch64-apple-ios-sim, there is something I can do it differently? Thanks, Im just starting with rustSteps to Reproduce
(from a mac with M1) inside
wasmtime/crates/fiberrun:cargo build --target aarch64-apple-darwin(this works ✅)cargo build --target aarch64-apple-ios(this doesn't work ❌)cargo build --target aarch64-apple-ios-sim(this doesn't work ❌)Expected Results
Actually create a build
Actual Results
Many errors for "unknown directive"
wasmtime-fiber.mp4
Versions and Environment
Wasmtime version: 21.0.1
Wasmtime commit: 23409ca7e184ef3b7d42fe17938caed470643d5d
Operating system: macOS Sonoma 14.5 (23F79)
Architecture: Apple M1