Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 1.78 KB

reading-list.md

File metadata and controls

61 lines (31 loc) · 1.78 KB

Getting started with wasm

First step (webassembly site)

MDN has a lot of great material about wasm

WebAssembly on github

Don't be afraid of specs. Wasm has several

WebAssemblyCore

WebAssembly JS Embeddings

Wasm has a textual representation

You can read about it here

And play with it here

C/C++ to wasm

Emscrpten

Rust to wasm

wasm-pack

And the whole book about it

Compilers under the hood

V8 blog

V8 blog - Ignition

V8 blog - Turbofan

V8 blog - Liftoff

Wasm is awesome!

https://github.com/mbasso/awesome-wasm

I recommend taking a look at the "papers" section of the wasm repository

Interesting papers

And check out martian blog :)

Martian Chronicles

Feedback and questions are welcome!

Twitter: https://twitter.com/pgurtovaya

Telegram: https://t.me/polina_gurtovaya

Read in Russian

The same list (with some additional materials) is also available in Russian https://github.com/HellSquirrel/wasm-talks.