about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-01-30 19:38:57 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-01-30 19:38:57 +0100
commit356d749952c2ebc66a30c36f45da57f37f7baac0 (patch)
tree8e88b423b81b471db2e65b9d77f91f476c64fffb
parentd34b5e2885c9bd3cc4327bca7be6af8d48a0f3d3 (diff)
downloadrust-356d749952c2ebc66a30c36f45da57f37f7baac0.tar.gz
rust-356d749952c2ebc66a30c36f45da57f37f7baac0.zip
Update Readme.md for the fixed abi compatibility
-rw-r--r--Readme.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/Readme.md b/Readme.md
index 22d9e00923f..00b9dc2267d 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,6 +1,4 @@
-# WIP Cranelift codegen backend for rust
-
-> ⚠⚠⚠ Certain kinds of FFI don't work yet. ⚠⚠⚠
+# Cranelift codegen backend for rust
 
 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).
 This has the potential to improve compilation times in debug mode.
@@ -103,7 +101,6 @@ function jit_calc() {
 
 ## Not yet supported
 
-* Good non-rust abi support ([several problems](https://github.com/bjorn3/rustc_codegen_cranelift/issues/10))
 * Inline assembly ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1041)
     * On Linux there is support for invoking an external assembler for `global_asm!` and `asm!`.
       `llvm_asm!` will remain unimplemented forever. `asm!` doesn't yet support reg classes. You