Birch-san / box2d-wasm

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

Mangled types #13

Closed Birch-san closed 3 years ago

Birch-san commented 3 years ago

Hide types such as ptr that get mangled in the build process (i.e. their names at runtime won't match the types at compile-time).