Skip to content

DarrenTsung/wasm-rgame-js

Repository files navigation

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.