Skip to content

Commit 6b2d1ca

Browse files
authored
Merge pull request #7 from chai2010/master
添加 Go语言高级编程 & C/C++面向WebAssembly编程
2 parents 2b4a52f + 2f34a5a commit 6b2d1ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
* [Scheme](#scheme)
3939
* [Shell](#shell)
4040
* [Swift](#swift)
41+
* [WebAssembly](#webassembly)
4142

4243
* [语言无关类](#语言无关类)
4344
* [操作系统](#操作系统)
@@ -403,6 +404,7 @@
403404
* [Go 官方文档翻译](https://github.com/golang-china/golangdoc.translations)
404405
* [深入解析Go](https://github.com/tiancaiamao/go-internals)
405406
* [Go语言圣经(中文版)](https://bitbucket.org/golang-china/gopl-zh/wiki/Home) ([GitBook](https://www.gitbook.com/book/wizardforcel/gopl-zh/details))
407+
* [Go语言高级编程](https://github.com/chai2010/advanced-go-programming-book)
406408

407409
-------------------------------
408410

@@ -723,5 +725,9 @@
723725

724726
-----------------
725727

728+
### WebAssembly
726729

730+
* [C/C++面向WebAssembly编程](https://github.com/3dgen/cppwasm-book)
731+
732+
-----------------
727733

0 commit comments

Comments
 (0)