Birch-san / box2d-wasm

Box2D physics engine compiled to WebAssembly. Supports TypeScript and ES modules.
265 stars 21 forks source link

'box2d/b2_voronoi_diagram.h' file not found #53

Open dimitrisx opened 1 year ago

dimitrisx commented 1 year ago

Hello

First of all thanks for this amazing library!

I recently switched to node 18 (lts) and I've noticed that my jest tests (which are using box2d-wasm) are leaking memory (just by importing the module via the factory).

For that reason I thought to rebuild the library locally and re-test.

I'm able to build the "Box2D" version of it but when I switch to liquidfun branch I get this error when building it: 'box2d/b2_voronoi_diagram.h' file not found

Any ideas?