From 67fefd2becfcfb942b50a5c9473ac0270a7d1896 Mon Sep 17 00:00:00 2001 From: Darren Tsung Date: Sat, 19 May 2018 09:49:06 -0700 Subject: [PATCH] Update the README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbe1eff..3effd17 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# wasm-gg-data -Bundled data for wasm-gg +# wasm-rgame-js +The javascript side of [wasm-rgame](https://github.com/DarrenTsung/wasm-rgame), a Rust framework for building browser games with WASM. + +This repository should be included in your Rust project directory so that the javascript and HTML can be bundled together with the built WASM file. + +When a new version of [wasm-rgame](https://github.com/DarrenTsung/wasm-rgame) is released, a corresponding tag will be added to this repository. + +## How To Use +See the [wasm-rgame](https://github.com/DarrenTsung/wasm-rgame) project for more details.