minecraft but 2d or 3d? both? a very early prototype even more than early alpha versions of minecraft
# pre
rustup target add wasm32-unknown-unknown
cargo install basic-http-server # or any other way of serving
#
cargo build --release --target wasm32-unkown-unkown
basic-http-server . # or any other way of serving
# the template index.html already has a refrence to your outputed .wasm file
# note that for github deploying we dont use this index.html as of now
same as above without the target part.
# very basic
cargo run --release