Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibaryshnikov/beijing-talk-2019
Links for the talk
https://github.com/ibaryshnikov/beijing-talk-2019
Last synced: 6 days ago
JSON representation
Links for the talk
- Host: GitHub
- URL: https://github.com/ibaryshnikov/beijing-talk-2019
- Owner: ibaryshnikov
- Created: 2019-04-18T14:35:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T04:56:09.000Z (over 5 years ago)
- Last Synced: 2024-11-09T06:44:04.291Z (2 months ago)
- Size: 4.61 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Links and slides
RUSTCON ASIA 2019, Improving web app with Rust and WebAssembly
## General
- [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) - js bindings
- [wasm-pack](https://github.com/rustwasm/wasm-pack) - build tool
- [gloo](https://github.com/rustwasm/gloo) - modular web toolkit
- [stdweb](https://github.com/koute/stdweb) - js bindings
- [binaryen](https://github.com/WebAssembly/binaryen) - generate js from wasm; wasm2js and other useful utils
- [arewewebyet](https://www.arewewebyet.org/topics/webassembly/) - webassembly topic of https://arewewebyet.org
- [WebAssembly proposals](https://github.com/WebAssembly/proposals) - Web IDL Bindings and other proposals
- [WASI](https://wasi.dev/) - The WebAssembly System Interface## Useful tools
- [headless_chrome](https://crates.io/crates/headless_chrome) - client for Chrome DevTools Protocol
- [cargo2junit](https://crates.io/crates/cargo2junit) - converts `cargo test` output to `junit` format
- [cargo-audit](https://crates.io/crates/cargo-audit) - check your dependencies for vulnerabilities## 3D math
- [nalgebra](https://crates.io/crates/nalgebra) - linear algebra library
- [ncollide2d](https://crates.io/crates/ncollide2d) / [ncollide3d](https://crates.io/crates/ncollide2d) - 2 and 3-dimensional collision detection library
- [tri-mesh](https://crates.io/crates/tri-mesh) - a triangle mesh data structure including basic operations## Community
- https://discord.gg/rust-lang - general Rust discord server, `wg-wasm` - WebAssembly-related channel