Skip to content

Commit ce08bcc

Browse files
tshepangmark-i-m
authored andcommitted
point to new Cranelift home
1 parent f38f17c commit ce08bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/backend-agnostic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Backend Agnostic Codegen
22

33
In the future, it would be nice to allow other codegen backends (e.g.
4-
[Cranelift][cranelift]). To this end, `librustc_codegen_ssa` provides an
4+
[Cranelift]). To this end, `librustc_codegen_ssa` provides an
55
abstract interface for all backends to implenent.
66

7-
[cranelift]: https://github.com/CraneStation/cranelift
7+
[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/master/cranelift
88

99
> The following is a copy/paste of a README from the rust-lang/rust repo.
1010
> Please submit a PR if it needs updating.

0 commit comments

Comments
 (0)