Files
wasmtime/cranelift/codegen/src/isa/s390x/inst/unwind.rs
Ulrich Weigand 89b5fc776d Support IBM z/Architecture
This adds support for the IBM z/Architecture (s390x-ibm-linux).

The status of the s390x backend in its current form is:
- Wasmtime is fully functional and passes all tests on s390x.
- All back-end features supported, with the exception of SIMD.
- There is still a lot of potential for performance improvements.
- Currently the only supported processor type is z15.
2021-05-10 16:01:16 +02:00

3 lines
51 B
Rust

#[cfg(feature = "unwind")]
pub(crate) mod systemv;