rust/compiler/rustc_codegen_ssa
bjorn3 802fe1756b Disable wasm feature of object in cg_ssa
The version 1 resolver unifies enabled features across the
whole workspace. This includes libstd which isn't allowed
to depend on wasmparser.
2021-05-07 18:57:25 +02:00
..
src Use the object crate for metadata reading 2021-05-07 18:48:58 +02:00
Cargo.toml Disable wasm feature of object in cg_ssa 2021-05-07 18:57:25 +02:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.