/wasm-gamebuino

Primary LanguageRustOtherNOASSERTION

WebAssembly Gamebuino Emulator

This is an emulator for the Gamebuino Meta. It is a port of gamebuino-meta to Rust + WebAssembly.

Example

http://games.aoneill.com/wasm-proto/

Usage

<gamebuino-emulator
    src="https://raw.githubusercontent.com/aoneill01/meta-solitaire/master/binaries/Solitaire/SOLITAIRE.BIN"
></gamebuino-emulator>

<script
    src="https://unpkg.com/@aoneill01/wasm-gamebuino"
    type="module"
></script>

Building

Pre-requisisites

npm run start