- Install cargo/rust, install npm/node.
- Run
cargo run
to transpile the VB6 source to JS. - Run
npm install
. - Run
npm run build
to bundle the transpiled JS with the engine layer. - Run
npm start
to serve up the game page.
cargo run
to transpile the VB6 source to JS.npm install
.npm run build
to bundle the transpiled JS with the engine layer.npm start
to serve up the game page.