Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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