From ab37609fcb361a4af5263e57d4783dc9e98a990f Mon Sep 17 00:00:00 2001 From: MishMish Date: Mon, 13 Apr 2020 19:48:59 +0300 Subject: [PATCH] Update README.md Add a link to the GitHub pages demo Former-commit-id: 4e04aca3d7cba050735cf40b8123aede9d7b8ee4 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73c7418..0998341 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Nintendo GameBoy Advance ™ emulator and debugger, written in rust. +WebAssembly Demo: https://michelhe.github.io/rustboyadvance-ng/ + # Project Structure * `rustboyadvance-core/src` - Main library crate * `bindings/` - Bindings to other languages. Currently only java binidings through JNI.