From 9b79efcc94e7437f3cb05bed4f127ec7dbb7a68b Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sat, 8 Oct 2016 20:22:53 +0200 Subject: [PATCH] Add "Rust to your browser" project --- about.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/about.markdown b/about.markdown index 5fda927..da6f0e3 100644 --- a/about.markdown +++ b/about.markdown @@ -23,6 +23,7 @@ contributor to [Redis](http://redis.io) and maintainer of [hiredis](https://gith ## // projects +* [Compiling Rust to your Browser](http://www.hellorust.com/emscripten/) - Resources, demos & more for compiling Rust to asm.js & WebAssembly * [semantic-rs](https://github.com/semantic-rs/semantic-rs) - Automatic crate publishing * [rdb-rs](http://rdb.fnordig.de/) - fast and efficient RDB parsing utility, including full documentation on the RDB file format * [hiredis](https://github.com/redis/hiredis) - the minimalistic C client for Redis, as well as wrapper libraries: [hiredis-rb](https://github.com/redis/hiredis-rb/) ([gem](https://rubygems.org/gems/hiredis)), [hiredis-node](https://github.com/redis/hiredis-node) ([npm](https://www.npmjs.com/package/hiredis)), [hiredis-py](https://github.com/redis/hiredis-py) ([pypi](https://pypi.python.org/pypi/hiredis/))