https://github.com/shellbear/wasm-talk
https://github.com/shellbear/wasm-talk
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shellbear/wasm-talk
- Owner: shellbear
- Created: 2019-05-28T12:45:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:46:05.000Z (over 3 years ago)
- Last Synced: 2025-06-01T15:12:18.367Z (10 months ago)
- Language: JavaScript
- Size: 6.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Contents
- [Talk](#talk)
- [Resources](#resources)
## Talk
wow such empty
## Resources
##### Talks
- [WebAssembly Demystified](https://youtu.be/6Y3W94_8scw)
- [WebAssembly for Web Developers (Google I/O '19)](https://youtu.be/njt-Qzw0mVY)
#### Demos
- [Unity WebGL Player - AngryBots WebGL Demo](https://files.unity3d.com/jonas/AngryBots/)
- [Qt Examples for WebAssembly](https://www.qt.io/qt-examples-for-webassembly)
- [Emscripten Examples and Demos](https://github.com/emscripten-core/emscripten/wiki/Porting-Examples-and-Demos)
#### Tools
- [WebAssembly/wabt](https://github.com/WebAssembly/wabt)
- [mbasso/awesome-wasm](https://github.com/mbasso/awesome-wasm)
- [wasmerio/wasmer](https://github.com/wasmerio/wasmer)
#### Documentation
- [WebAssembly - Wikipedia](https://en.wikipedia.org/wiki/WebAssembly)
- [asm.js](http://asmjs.org/spec/latest/)
- [Emscripten & asm.js: Approaching native speed in JavaScript](https://kripken.github.io/mloc_emscripten_talk/cppcon.html#/2)
- [Understanding asm.js](https://www.sitepoint.com/understanding-asm-js/)
- [WebAssembly/design](https://github.com/WebAssembly/design/blob/master/Semantics.md)
- [Basics of Memory Access in WebAssembly](https://ariya.io/2019/05/basics-of-memory-access-in-webassembly)
- [Memory in WebAssembly (and why it's safer than you think)](https://hacks.mozilla.org/2017/07/memory-in-webassembly-and-why-its-safer-than-you-think/)
- [Introduction - Rust and WebAssembly](https://rustwasm.github.io/book/)
- [Announcing the fastest WebAssembly runtime for Go: wasmer](https://link.medium.com/t55Vb4Gu8W)