Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 2.72 KB

webassembly.md

File metadata and controls

40 lines (33 loc) · 2.72 KB

Bookmarks tagged [webassembly]

https://youtu.be/428ejtNbd5A


https://invidious.snopyta.org/watch?v=z6JRlx5NC9E


https://github.com/appcypher/awesome-wasm-langs

😎 A curated list of languages that compile directly to or have their VMs in WebAssembly - appcypher/awesome-wasm-langs


https://webassembly.org/

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...


https://github.com/rustwasm/wasm-pack

📦 ✨ pack up the wasm and publish it to npm!


https://github.com/rustwasm/wasm-bindgen

A project for facilitating high-level interactions between wasm modules and JS. [](https://travis-ci.org/rustwasm/wasm-bind...