fosdem-talk-2020 icon indicating copy to clipboard operation
fosdem-talk-2020 copied to clipboard

Materials for a FOSDEM talk

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
  • ./wasm-bindgen-example
  • ./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