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: Readme.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,4 @@
1
-
# WIP Cranelift codegen backend for rust
2
-
3
-
> ⚠⚠⚠ Certain kinds of FFI don't work yet. ⚠⚠⚠
1
+
# Cranelift codegen backend for rust
4
2
5
3
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/main/cranelift).
6
4
This has the potential to improve compilation times in debug mode.
@@ -103,7 +101,6 @@ function jit_calc() {
103
101
104
102
## Not yet supported
105
103
106
-
* Good non-rust abi support ([several problems](https://github.com/bjorn3/rustc_codegen_cranelift/issues/10))
0 commit comments