Fix links for cranelift (#809)

This commit is contained in:
Yuki Okushi 2020-07-22 19:32:21 +09:00 committed by GitHub
parent ed2e2b1d3f
commit bc72178000
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ In the future, it would be nice to allow other codegen backends (e.g.
[Cranelift]). To this end, `librustc_codegen_ssa` provides an [Cranelift]). To this end, `librustc_codegen_ssa` provides an
abstract interface for all backends to implement. abstract interface for all backends to implement.
[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/master/cranelift [Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/HEAD/cranelift
> The following is a copy/paste of a README from the rust-lang/rust repo. > The following is a copy/paste of a README from the rust-lang/rust repo.
> Please submit a PR if it needs updating. > Please submit a PR if it needs updating.

View File

@ -7,7 +7,7 @@ codegen itself. It's worth noting, though, that in the rust source code, many
parts of the backend have `codegen` in their names (there are no hard parts of the backend have `codegen` in their names (there are no hard
boundaries). boundaries).
[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/master/cranelift [Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/HEAD/cranelift
> NOTE: If you are looking for hints on how to debug code generation bugs, > NOTE: If you are looking for hints on how to debug code generation bugs,
> please see [this section of the debugging chapter][debugging]. > please see [this section of the debugging chapter][debugging].