dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.77k stars 235 forks source link

`unreachable executed` error when using MultiBody joint with WASM #578

Closed HunterBarclay closed 5 months ago

HunterBarclay commented 5 months ago

Description

I'm currently testing out Rapier inside of a react app using the @dimforge/rapier3d-compat (v^0.11.2) NPM package. I have a scene setup using impulse joints and when I swap the creation method for impulse joints out for multibody joint, I get an unreachable executed error some where in rapiers WASM code: image The line in question is a return statement with the new joint: image Any help would be greatly appreciated!

HunterBarclay commented 5 months ago

Closing this issue an reposting in rapier.js