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 f38f17c commit ce08bccCopy full SHA for ce08bcc
src/backend/backend-agnostic.md
@@ -1,10 +1,10 @@
1
# Backend Agnostic Codegen
2
3
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
+[Cranelift]). To this end, `librustc_codegen_ssa` provides an
5
abstract interface for all backends to implenent.
6
7
-[cranelift]: https://github.com/CraneStation/cranelift
+[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/master/cranelift
8
9
> The following is a copy/paste of a README from the rust-lang/rust repo.
10
> Please submit a PR if it needs updating.
0 commit comments