-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
The wasi story is really exciting in the idea of showing we can run the same code on multi platforms and architectures so I went to do that, and in compiling for arm I found that only tier 1 basically x86 platforms are supported currently.
/home/pi/wasmtime/wasmtime-jit/src/link.rs:(.text._ZN12wasmtime_jit4link8relocate17h8a250ae005184b62E+0x680): undefined reference to `__rust_probestack'
collect2: error: ld returned 1 exit status
Found this in probestack so it seems like an upstream problem
//! Finally it's worth noting that at the time of this writing LLVM only has
//! support for stack probes on x86 and x86_64. There's no support for stack
//! probes on any other architecture like ARM or PowerPC64. LLVM I'm sure would
//! be more than welcome to accept such a change!
And found these
rust-lang/rust#43241
rust-lang/rust#49355
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels