awesome-wasm-zh

WebAssembly资料精选 - 中文版


Ending’s law: “Any application that can be compiled to WebAssembly, will be compiled to WebAssembly eventually.”

Ending定律也称为终结者定律,它是Ending在2016年Emscripten技术交流会上给出的断言:一切可编译为WebAssembly的,终将会被编译为WebAssembly。


网易云课堂·光谷码农课堂

https://study.163.com/provider/480000001914454/index.htm

加入QQ群

关注微信公众号(光谷码农/guanggu-coder)

公众号底部菜单扫码加入微信群


收录标准

其它awesome


官方参考

  1. https://webassembly.org
  2. https://www.w3.org/TR/wasm-core-1
  3. https://www.w3.org/TR/wasm-js-api-1
  4. https://github.com/WebAssembly/spec/issues
  5. https://kripken.github.io/emscripten-site/index.html
  6. https://developer.mozilla.org/en-US/docs/WebAssembly

规范文件:

性能报告:

Ending定律


有意思的例子

WebAssembly图书

  1. WebAssembly标准入门 - 人民邮电出版社, 49元, 配套视频课程
  2. C/C++面向WebAssembly编程 - 开源图书, 已完稿
  3. WebAssembly friendly programming with C/C++ - 英文
  4. Learn WebAssembly - 英文
  5. Programming WebAssembly with Rust - 英文
  6. WebAssembly in Action - 英文

开源实现(虚拟机 & 编译器 & 工具链)

C/C++

Go


编程语言

.Net

AssemblyScript

C/C++/D

Go

Java & Kotlin

Rust

More


黑科技

  1. V8 & WebAssembly
    • Liftoff: https://v8project.blogspot.com/2018/08/liftoff.html
  2. 模拟Window 2000系统:
    • https://bellard.org/jslinux/vm.html?url=https://bellard.org/jslinux/win2k.cfg&mem=192&graphic=1&w=1024&h=768
  3. .NET UI framework
    • https://www.reddit.com/r/csharp/comments/98bjdu/brave_pilots_wanted_to_take_c_wpf_where_they
  4. Unity3D
    • https://blogs.unity3d.com/cn/2018/08/15/webassembly-is-here/
  5. Python
    • http://pypyjs.org/

技术文章

其它