This is a library to predict the RNG in 3DS VC games.
Building:
- lib:
cd vc_rng_lib && wasm-pack build
- lib with docker:
docker run --rm -it -w /app -v $(pwd)/vc_rng_lib:/app rust /bin/bash
, install wasm-pack withcurl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
from here, thenwasm-pack build
- cli:
cargo run