From 6c7c82bd21bfa820072e477f4cfbd535ec16973a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 29 Dec 2025 12:21:21 +0100 Subject: [PATCH 1/3] WIP --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index c5436cf67c..5ca2242419 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ # Cranelift codegen backend for rust +FOO + 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. If your project doesn't use any of the things listed under "Not yet supported", it should work fine. From dc0c30745b6586d9512c66831885552158735cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 29 Dec 2025 12:26:10 +0100 Subject: [PATCH 2/3] Update clif --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 5ca2242419..95dfcbfded 100644 --- a/Readme.md +++ b/Readme.md @@ -7,6 +7,8 @@ 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. +Update readme + ## Download using Rustup The Cranelift codegen backend is distributed in nightly builds on Linux, macOS and x86_64 Windows. If you want to From d0fd238fa3dacf620f40fa22bb98f0f326e62b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 29 Dec 2025 12:27:37 +0100 Subject: [PATCH 3/3] Prepare for merging from kobzol/rust This updates the rust-version file to 93716ad49f2508b0d501caf586b364490628752a. --- rust-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-version b/rust-version index 5ffe95a0b5..aa504e6e23 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -e7d44143a12a526488e4f0c0d7ea8e62a4fe9354 +93716ad49f2508b0d501caf586b364490628752a