Stream: wasmtime

Topic: cross-compilation


view this post on Zulip Till Schneidereit (May 18 2020 at 16:40):

@Alex Crichton thank you for writing the cross-compilation docs! :heart:

view this post on Zulip Till Schneidereit (May 18 2020 at 16:43):

I played around with this on macOS, and while actually doing it on macOS itself is hard, it's very straight-forward when using cross, so I'll open a PR for documenting that at some point

“Zero setup” cross compilation and “cross testing” of Rust crates - rust-embedded/cross

view this post on Zulip Chris Fallin (May 18 2020 at 17:58):

Figured these docs should describe how to cross-run under qemu as well (as our CI does) -- followup PR: https://github.com/bytecodealliance/wasmtime/pull/1722

This is an unsolicited but hopefully useful addition to the cross-compilation docs added in #1721; it describes how to run the cross-compiled binary under userspace qemu if the user does not have a...

Last updated: Oct 23 2024 at 20:03 UTC