Skip to content

Commit 356d749

Browse files
committed
Update Readme.md for the fixed abi compatibility
1 parent d34b5e2 commit 356d749

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Readme.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
42

53
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).
64
This has the potential to improve compilation times in debug mode.
@@ -103,7 +101,6 @@ function jit_calc() {
103101

104102
## Not yet supported
105103

106-
* Good non-rust abi support ([several problems](https://github.com/bjorn3/rustc_codegen_cranelift/issues/10))
107104
* Inline assembly ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1041)
108105
* On Linux there is support for invoking an external assembler for `global_asm!` and `asm!`.
109106
`llvm_asm!` will remain unimplemented forever. `asm!` doesn't yet support reg classes. You

0 commit comments

Comments
 (0)