From d445a6f73d15470117d4cca982a7fcc3809c25ee Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sat, 14 Mar 2020 20:52:20 +0100 Subject: [PATCH] Update links for the merge of the Cranelift and Wasmtime repos --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 0f916e04633..4ff92d705a8 100644 --- a/Readme.md +++ b/Readme.md @@ -47,6 +47,6 @@ $ rustc -Cpanic=abort -Zcodegen-backend=$cg_clif_dir/target/release/librustc_cod ## Not yet supported * Good non-rust abi support ([several problems](https://github.com/bjorn3/rustc_codegen_cranelift/issues/10)) -* Checked binops ([some missing instructions in cranelift](https://github.com/CraneStation/cranelift/issues/460)) -* Inline assembly ([no cranelift support](https://github.com/CraneStation/cranelift/issues/444), not coming soon) +* Checked binops ([some missing instructions in cranelift](https://github.com/bytecodealliance/wasmtime/issues/1044)) +* Inline assembly ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1041), not coming soon) * SIMD ([tracked here](https://github.com/bjorn3/rustc_codegen_cranelift/issues/171), some basic things work)