We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34256d1 commit 269b361Copy full SHA for 269b361
compiler/rustc_codegen_ssa/src/back/metadata.rs
@@ -625,9 +625,9 @@ pub fn create_compressed_metadata_file_for_xcoff(
625
/// that contains a custom section of the name `section_name` with contents
626
/// `data`.
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:
+/// NB: the `object` crate does not yet have support for writing the the wasm
+/// object file format. The format is simple enough that for now an extra crate
+/// from crates.io (such as `wasm-encoder`). The file format is:
631
632
/// * 4-byte header "\0asm"
633
/// * 4-byte version number - 1u32 in little-endian format
0 commit comments