webassembly.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [webassembly]
www.codever.land/bookmarks/t/webassembly
10 Things I Regret About Node.js - Ryan Dahl - JSConf EU
- tags: deno, javascript, typescript, webassembly, ryan-dahl
Deno, a new way to JavaScript. Ryan Dahl. JS Fest 2019 Spring
https://invidious.snopyta.org/watch?v=z6JRlx5NC9E
- tags: deno, javascript, typescript, webassembly, ryan-dahl
GitHub - appcypher/awesome-wasm-langs: ๐ A curated list of languages that compile directly to or have their VMs in WebAssembly
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
- tags: javascript, webassembly
WebAssembly Home Page
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...
- tags: webassembly
rustwasm/wasm-pack
https://github.com/rustwasm/wasm-pack
:package: :sparkles: pack up the wasm and publish it to npm!
- tags: rust, ffi, webassembly, wasm
- :octocat: source code
rustwasm/wasm-bindgen
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...
- tags: rust, ffi, webassembly, wasm
- :octocat: source code