# Fourteen Screws While waiting for my calcaneus to heal, I’m writing a Wolfenstein 3D type engine in Rust and WebAssembly. I don’t know Rust. Or WebAssembly. ## Building From the root directory run: ```wasm-pack build``` From the `webapp` directory run: ```npm install``` ## Running From the `webapp` directory run: ```npm run start``` And browse to [http://localhost:8080](http://localhost:8080)