This package shows how you could install box2d-wasm
into a Node.js application, using old-school techniques (Common.js imports).
Grab yourself a copy of this repository, install the demo's dependencies with npm:
git clone https://github.com/Birch-san/box2d-wasm.git
cd box2d-wasm/demo/backend/classic
npm ci
Run the program:
npm start