Skip to content

Fix links for cranelift #809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/backend/backend-agnostic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.
> Please submit a PR if it needs updating.
Expand Down
2 changes: 1 addition & 1 deletion src/backend/codegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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,
> please see [this section of the debugging chapter][debugging].
Expand Down