Skip to content

Commit 04a8a28

Browse files
authored
Add basic resources.md (#5)
1 parent 1c1c8fc commit 04a8a28

File tree

2 files changed

+49
-13
lines changed

2 files changed

+49
-13
lines changed

FAQ/ru.md

+3-13
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,6 @@ WASI (WebAssembly System Interface) - это проект ABI от Mozilla, ко
137137

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

140-
#### Полезные ресурсы
141-
142-
- https://webassembly.github.io/spec/core
143-
- https://github.com/WebAssembly/proposals
144-
- https://github.com/mbasso/awesome-wasm
145-
- https://github.com/appcypher/awesome-wasm-langs#awesome-webassembly-languages-
146-
- https://github.com/appcypher/awesome-wasm-runtimes#awesome-webassembly-runtimes-
147-
- https://hacks.mozilla.org/author/lclarkmozilla-com
148-
- https://madewithwebassembly.com
149-
- https://wasmbyexample.dev
150-
- https://webassembly.studio
151-
152-
- WebAssembly Enthusiasts Contributors @ 2020
140+
## [Полезные ресурсы](./resources/README.md)
141+
142+
_WebAssembly Enthusiasts Contributors @ 2020_

resources/README.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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

Comments
 (0)