Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ibaryshnikov/fosdem-talk-2020
- Owner: ibaryshnikov
- Created: 2020-02-01T20:38:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T13:32:24.000Z (almost 5 years ago)
- Last Synced: 2023-12-15T04:33:45.071Z (about 1 year ago)
- Language: Rust
- Size: 449 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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