|
| 1 | +### [Official Website](https://webassembly.org) |
| 2 | + |
| 3 | +## Documentation |
| 4 | + |
| 5 | +#### Specifications |
| 6 | + - [List of the specs on official website](https://webassembly.github.io/spec) |
| 7 | + |
| 8 | +#### Proposals |
| 9 | + - [Proposals Roadmap](https://webassembly.org/roadmap) |
| 10 | + - [Proposals repo on Github](https://github.com/WebAssembly/proposals) |
| 11 | + |
| 12 | +#### Other |
| 13 | + - [MDN WebAssembly Documentation](https://developer.mozilla.org/en-US/docs/WebAssembly) |
| 14 | + - [Design doc on Github](https://github.com/WebAssembly/design) |
| 15 | + - [Interactive Opcode Table](https://pengowray.github.io/wasm-ops) |
| 16 | + - [Mechanising and Verifying the WebAssembly Specification (PDF)](https://www.cl.cam.ac.uk/~caw77/papers/mechanising-and-verifying-the-webassembly-specification.pdf) |
| 17 | + |
| 18 | +## Articles |
| 19 | + - [A cartoon intro to WebAssembly by Lin Clark](https://hacks.mozilla.org/2017/02/a-cartoon-intro-to-webassembly) |
| 20 | + |
| 21 | +## Made with WebAssembly |
| 22 | + - Figma |
| 23 | + [(1)](https://www.figma.com/blog/webassembly-cut-figmas-load-time-by-3x/) |
| 24 | + [(2)](https://www.figma.com/blog/how-we-built-the-figma-plugin-system) |
| 25 | + - [Google Earth](https://blog.chromium.org/2019/06/webassembly-brings-google-earth-to-more.html) |
| 26 | + - [AutoCAD Web App](https://blogs.autodesk.com/autocad/autocad-web-app-google-io-2018) |
| 27 | + - [1Password](https://blog.1password.com/1password-x-may-2019-update) |
| 28 | + - [GIVE ME MORE!](https://madewithwebassembly.com) |
| 29 | + |
| 30 | +## Playgrounds |
| 31 | + - [Webassembly Studio](https://webassembly.studio) |
| 32 | + - [Wasm Explorer](https://mbebenita.github.io/WasmExplorer) |
| 33 | + |
| 34 | +## Awesome Lists |
| 35 | + |
| 36 | + - [Awesome Wasm](https://github.com/mbasso/awesome-wasm)<br/> |
| 37 | + Collection of general awesome things regarding WebAssembly ecosystem. |
| 38 | + - [Awesome WebAssembly Languages](https://github.com/appcypher/awesome-wasm-langs)<br/> |
| 39 | + Collection of languages that currently compile to or have their VMs in WebAssembly. |
| 40 | + - [Awesome WebAssembly Runtimes](https://github.com/appcypher/awesome-wasm-runtimes)<br/> |
| 41 | + Collection of virtual machines and tools that execute the WebAssembly. |
| 42 | + |
| 43 | +## Community & Social Media |
| 44 | + - [Telegram (Ru)](https://t.me/WebAssembly_ru) |
| 45 | + - [Discord (En)](https://discord.gg/ZXvmT6q) |
| 46 | + - [Community Group](https://www.w3.org/community/webassembly) |
0 commit comments