File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compiler/rustc_codegen_ssa/src/back Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -625,9 +625,9 @@ pub fn create_compressed_metadata_file_for_xcoff(
625
625
/// that contains a custom section of the name `section_name` with contents
626
626
/// `data`.
627
627
///
628
- /// NB: the wasm file format is simple enough that for now an extra crate from
629
- /// crates.io (such as `wasm-encoder`) isn't used at this time (nor `wasmparser`
630
- /// for example to parse ). The file format is:
628
+ /// NB: the `object` crate does not yet have support for writing the the wasm
629
+ /// object file format. The format is simple enough that for now an extra crate
630
+ /// from crates.io (such as `wasm-encoder` ). The file format is:
631
631
///
632
632
/// * 4-byte header "\0asm"
633
633
/// * 4-byte version number - 1u32 in little-endian format
You can’t perform that action at this time.
0 commit comments