An open API service indexing awesome lists of open source software.

https://github.com/shellbear/wasm-talk


https://github.com/shellbear/wasm-talk

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          


WebAssembly




A talk I made with @byFuuRy about WebAssembly!




## 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)