Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic resources.md #5

Merged
merged 12 commits into from
Jul 30, 2020
16 changes: 3 additions & 13 deletions FAQ/ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,6 @@ WASI (WebAssembly System Interface) - это проект ABI от Mozilla, ко

Будем надеяться и WebAssembly постигнет такой же успех!

#### Полезные ресурсы

- https://webassembly.github.io/spec/core
- https://github.com/WebAssembly/proposals
- https://github.com/mbasso/awesome-wasm
- https://github.com/appcypher/awesome-wasm-langs#awesome-webassembly-languages-
- https://github.com/appcypher/awesome-wasm-runtimes#awesome-webassembly-runtimes-
- https://hacks.mozilla.org/author/lclarkmozilla-com
- https://madewithwebassembly.com
- https://wasmbyexample.dev
- https://webassembly.studio

- WebAssembly Enthusiasts Contributors @ 2020
## [Полезные ресурсы](./resources/README.md)

_WebAssembly Enthusiasts Contributors @ 2020_
46 changes: 46 additions & 0 deletions resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
### [Official Website](https://webassembly.org)

## Documentation

#### Specifications
- [List of the specs on official website](https://webassembly.github.io/spec)

#### Proposals
- [Proposals Roadmap](https://webassembly.org/roadmap)
- [Proposals repo on Github](https://github.com/WebAssembly/proposals)

#### Other
- [MDN WebAssembly Documentation](https://developer.mozilla.org/en-US/docs/WebAssembly)
- [Design doc on Github](https://github.com/WebAssembly/design)
- [Interactive Opcode Table](https://pengowray.github.io/wasm-ops)
- [Mechanising and Verifying the WebAssembly Specification (PDF)](https://www.cl.cam.ac.uk/~caw77/papers/mechanising-and-verifying-the-webassembly-specification.pdf)

## Articles
- [A cartoon intro to WebAssembly by Lin Clark](https://hacks.mozilla.org/2017/02/a-cartoon-intro-to-webassembly)

## Made with WebAssembly
- Figma
[(1)](https://www.figma.com/blog/webassembly-cut-figmas-load-time-by-3x/)
[(2)](https://www.figma.com/blog/how-we-built-the-figma-plugin-system)
- [Google Earth](https://blog.chromium.org/2019/06/webassembly-brings-google-earth-to-more.html)
- [AutoCAD Web App](https://blogs.autodesk.com/autocad/autocad-web-app-google-io-2018)
- [1Password](https://blog.1password.com/1password-x-may-2019-update)
- [GIVE ME MORE!](https://madewithwebassembly.com)

## Playgrounds
- [Webassembly Studio](https://webassembly.studio)
- [Wasm Explorer](https://mbebenita.github.io/WasmExplorer)

## Awesome Lists

- [Awesome Wasm](https://github.com/mbasso/awesome-wasm)<br/>
Collection of general awesome things regarding WebAssembly ecosystem.
- [Awesome WebAssembly Languages](https://github.com/appcypher/awesome-wasm-langs)<br/>
Collection of languages that currently compile to or have their VMs in WebAssembly.
- [Awesome WebAssembly Runtimes](https://github.com/appcypher/awesome-wasm-runtimes)<br/>
Collection of virtual machines and tools that execute the WebAssembly.

## Community & Social Media
- [Telegram (Ru)](https://t.me/WebAssembly_ru)
- [Discord (En)](https://discord.gg/ZXvmT6q)
- [Community Group](https://www.w3.org/community/webassembly)