Closes #38
Closes #36
Closes #35
Exposed new Box2D functionality:
Added LeakMitigator
for freeing retained references from Emscripten's JS object caches.
See documentation.
Built with Emscripten 3.0.0.
- upgrades musl libc from v1.1.15 to v1.2.2; bundle size may change.
Breaking changes:
- Deleted (unreachable) type
JSContactListenerWithoutSolveCallbacks
(resolves #35); the performance problem it was designed to solve (eliminating WASM->JS calls) is not a problem nowadays. PreferJSContactListener
.