From b17799e38a494d9a14e80a06d2db2a786437aee9 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Mon, 25 Nov 2024 08:39:19 +0800 Subject: [PATCH] =?UTF-8?q?readme:=20=E8=A1=A5=E5=85=85=E5=B9=BB=E7=81=AF?= =?UTF-8?q?=E7=89=87=E4=BE=8B=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-zh.md | 6 ++++++ README.md | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/README-zh.md b/README-zh.md index c3054ae..e140e69 100644 --- a/README-zh.md +++ b/README-zh.md @@ -33,6 +33,12 @@ - 《VS Code插件开发》: https://chai2010.cn/vscode-extdev-book/ - 《Go语言圣经读书笔记》: https://github.com/chai2010/gopl-notes-zh +使用 [waBook](https://github.com/wa-lang/wabook) 构建的幻灯片列表: + +- 凹语言map与Φ指令的纠葛: https://wa-lang.org/talks/ssa-bug/ +- Go编译器定制简介: https://wa-lang.github.io/ugo-compiler-book/go-compiler-intro.html + + ## 安装 ``` diff --git a/README.md b/README.md index 9f13546..5dcc711 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ Book list built using [waBook](https://github.com/wa-lang/wabook): - 《VS Code插件开发》: https://chai2010.cn/vscode-extdev-book/ - 《Go语言圣经读书笔记》: https://github.com/chai2010/gopl-notes-zh +Slide list built using [waBook](https://github.com/wa-lang/wabook): + +- 凹语言map与Φ指令的纠葛: https://wa-lang.org/talks/ssa-bug/ +- Go编译器定制简介: https://wa-lang.github.io/ugo-compiler-book/go-compiler-intro.html + ## Install ```