Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ibaryshnikov/fosdem-talk-2020

Materials for a FOSDEM talk
https://github.com/ibaryshnikov/fosdem-talk-2020

Last synced: 3 months ago
JSON representation

Materials for a FOSDEM talk

Awesome Lists containing this project

README

        

## A progress of Rust and Wasm in 2019

Materials for a talk

### Examples

There are some examples, which you can build and run:
- [./pure-rustc](./pure-rustc)
- [./wasm-bindgen-example](./wasm-bindgen-example)
- [./async-in-wasm](./async-in-wasm)

### Links

- https://www.arewewebyet.org/topics/webassembly/ - awwy
- https://github.com/koute/stdweb/issues/318 - building stdweb on top of wasm-bindgen
- https://github.com/rayon-rs/rayon/pull/636 - thread spawning in rayon
- https://bytecodealliance.org/articles/multi-value-all-the-wasm - article about multi-value