Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 551 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 551 Bytes

wasm-rgame-js

The javascript side of 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 is released, a corresponding tag will be added to this repository.

How To Use

See the wasm-rgame project for more details.