From 1df3cb0b13af2451bc3f0c907823da7789f406ea Mon Sep 17 00:00:00 2001 From: Matthew Mueller Date: Tue, 31 Jul 2018 12:02:05 +0700 Subject: [PATCH] add note --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 597d479a..6474a509 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,8 @@ ![joy compiler](https://user-images.githubusercontent.com/170299/33872480-b10be348-df49-11e7-80b1-06736c8298ae.png) -**⚠️ Joy development is currently on hold. Recent Go -> WASM developments look like a more promising path to Go being a great choice for frontend development. I'm thrilled to see development moving so quickly now and I think our efforts are better spent improving the Go to WASM compiler. As for Joy, there are quite a few interesting nuggets of code in here that I'd encourage you to dig up, polish and open source 😊. Thanks for your interest in this project!** +**⚠️ Joy development is currently on hold. Recent Go -> WASM developments look like a more promising path to Go being a great choice for frontend development. I'm thrilled to see development moving so quickly now and I think our efforts are better spent improving the Go to WASM compiler. As for Joy, there are quite a few interesting nuggets of code in here that I'd encourage you to dig up, polish and open source 😊.** + +**Thanks for your interest in this project!** **– Matt**