MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / write.rs

File write.rs

cranelift/codegen/src/write.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Converting Cranelift IR to text.
2//!
3//! The `write` module provides the `write_function` function which converts an IR `Function` to an
4//! equivalent textual form. This textual form can be read back by the `cranelift-reader` crate.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected