You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: compiler/rustc_codegen_cranelift/Readme.md
+26-11
Original file line number
Diff line number
Diff line change
@@ -2,41 +2,56 @@
2
2
3
3
> ⚠⚠⚠ Certain kinds of FFI don't work yet. ⚠⚠⚠
4
4
5
-
The goal of this project is to create an alternative codegen backend for the rust compiler based on [Cranelift](https://github.com/bytecodealliance/wasmtime/blob/master/cranelift). This has the potential to improve compilation times in debug mode. If your project doesn't use any of the things listed under "Not yet supported", it should work fine. If not please open an issue.
5
+
The goal of this project is to create an alternative codegen backend for the rust compiler based on [Cranelift](https://github.com/bytecodealliance/wasmtime/blob/master/cranelift).
6
+
This has the potential to improve compilation times in debug mode.
7
+
If your project doesn't use any of the things listed under "Not yet supported", it should work fine.
0 commit comments