Dive into WebAssembly (WASM)
muxin @Nov 1, 2019
WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.
Reference
- Official website https://webassembly.org/
- Awesome Wasm https://github.com/mbasso/awesome-wasm
- WebAssembly Explorer https://mbebenita.github.io/WasmExplorer/
- 7 Things You Should Know About WebAssembly https://auth0.com/blog/7-things-you-should-know-about-web-assembly/
- golang && wasm https://github.com/golang/go/wiki/WebAssembly
- rust && wasm https://rustwasm.github.io/book/
- WASM Weekly https://wasmweekly.news
- Rust, WebAssembly, and the future of Serverless by Steve Klabnik https://www.youtube.com/watch?v=CMB6AlE1QuI&feature=youtu.be
- WebAssembly Literacy http://pop.frontendweekly.co/W2Q9ho
- WebAssembly Interface Types: Interoperate with All the Things! https://hacks.mozilla.org/2019/08/webassembly-interface-types/
- compiling python to webassembly https://stackoverflow.com/questions/44761748/compiling-python-to-webassembly