Skip to content

Instantly share code, notes, and snippets.

@nickmeinhold
Last active May 4, 2022 09:00
Show Gist options
  • Save nickmeinhold/6cb1937d2525b2b0d8f8211b7986adb1 to your computer and use it in GitHub Desktop.
Save nickmeinhold/6cb1937d2525b2b0d8f8211b7986adb1 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
<source>
var Box2D = (() => {
var _scriptDir = import.meta.url;
return (
function(Box2D) {
Box2D = Box2D || {};
// The Module object: Our interface to the outside world. We import
// and export values on it. There are various ways Module can be used:
// 1. Not defined. We create it here
// 2. A function parameter, function(Module) { ..generated code.. }
// 3. pre-run appended it, var Module = {}; ..generated code..
// 4. External script tag defines var Module.
// We need to check if Module already exists (e.g. case 3 above).
// Substitution will be replaced with actual code on later stage of the build,
// this way Closure Compiler will not mangle it (e.g. case 4. above).
// Note that if you want to run closure, and also to use Module
// after the generated code, you will need to define var Module = {};
// before the code. Then that object will be used in the code, and you
// can continue to use Module afterwards as well.
var Module = typeof Box2D != 'undefined' ? Box2D : {};
// See https://caniuse.com/mdn-javascript_builtins_object_assign
// Set up the promise that indicates the Module is initialized
var readyPromiseResolve, readyPromiseReject;
Module['ready'] = new Promise(function(resolve, reject) {
readyPromiseResolve = resolve;
readyPromiseReject = reject;
});
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_malloc')) {
Object.defineProperty(Module['ready'], '_malloc', { configurable: true, get: function() { abort('You are getting _malloc on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_malloc', { configurable: true, set: function() { abort('You are setting _malloc on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_free')) {
Object.defineProperty(Module['ready'], '_free', { configurable: true, get: function() { abort('You are getting _free on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_free', { configurable: true, set: function() { abort('You are setting _free on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactListenerWrapper___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactListenerWrapper___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactListenerWrapper___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactListenerWrapper___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactListenerWrapper___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Shape_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Shape_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Shape_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Shape_GetChildCount_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_GetChildCount_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Shape_GetChildCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_GetChildCount_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Shape_GetChildCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Shape_TestPoint_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_TestPoint_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Shape_TestPoint_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_TestPoint_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Shape_TestPoint_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Shape_RayCast_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_RayCast_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Shape_RayCast_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_RayCast_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Shape_RayCast_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Shape_ComputeAABB_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_ComputeAABB_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Shape_ComputeAABB_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_ComputeAABB_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Shape_ComputeAABB_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Shape_ComputeMass_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_ComputeMass_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Shape_ComputeMass_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_ComputeMass_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Shape_ComputeMass_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Shape_get_m_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_get_m_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Shape_get_m_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_get_m_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Shape_get_m_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Shape_set_m_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_set_m_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Shape_set_m_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_set_m_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Shape_set_m_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Shape_get_m_radius_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_get_m_radius_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Shape_get_m_radius_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_get_m_radius_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Shape_get_m_radius_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Shape_set_m_radius_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_set_m_radius_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Shape_set_m_radius_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape_set_m_radius_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Shape_set_m_radius_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Shape___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Shape___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Shape___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Shape___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RayCastCallback___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastCallback___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RayCastCallback___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastCallback___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RayCastCallback___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2QueryCallback___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2QueryCallback___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2QueryCallback___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2QueryCallback___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2QueryCallback___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointDef_b2JointDef_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_b2JointDef_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointDef_b2JointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_b2JointDef_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointDef_b2JointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointDef_get_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_get_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_get_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointDef_set_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_set_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_set_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointDef_get_userData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_get_userData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_get_userData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointDef_set_userData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_set_userData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_set_userData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointDef_get_bodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_get_bodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_get_bodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointDef_set_bodyA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_set_bodyA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_set_bodyA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointDef_get_bodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_get_bodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_get_bodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointDef_set_bodyB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_set_bodyB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_set_bodyB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointDef_get_collideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_get_collideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_get_collideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointDef_set_collideConnected_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_set_collideConnected_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef_set_collideConnected_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointDef___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointDef___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Joint_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Joint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Joint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Joint_GetBodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetBodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Joint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetBodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Joint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Joint_GetBodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetBodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Joint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetBodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Joint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Joint_GetAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Joint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Joint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Joint_GetAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Joint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Joint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Joint_GetReactionForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetReactionForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Joint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetReactionForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Joint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Joint_GetReactionTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetReactionTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Joint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetReactionTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Joint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Joint_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Joint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Joint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Joint_GetUserData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetUserData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Joint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetUserData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Joint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Joint_GetCollideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetCollideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Joint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_GetCollideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Joint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Joint_Dump_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_Dump_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Joint_Dump_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Joint_Dump_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Joint_Dump_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactFilterWrapper___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFilterWrapper___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactFilterWrapper___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFilterWrapper___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactFilterWrapper___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DestructionListenerWrapper___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DestructionListenerWrapper___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DestructionListenerWrapper___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DestructionListenerWrapper___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DestructionListenerWrapper___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Draw_SetFlags_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Draw_SetFlags_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Draw_SetFlags_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Draw_SetFlags_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Draw_SetFlags_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Draw_GetFlags_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Draw_GetFlags_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Draw_GetFlags_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Draw_GetFlags_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Draw_GetFlags_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Draw_AppendFlags_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Draw_AppendFlags_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Draw_AppendFlags_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Draw_AppendFlags_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Draw_AppendFlags_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Draw_ClearFlags_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Draw_ClearFlags_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Draw_ClearFlags_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Draw_ClearFlags_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Draw_ClearFlags_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Draw___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Draw___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Draw___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Draw___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Draw___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_VoidPtr___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_VoidPtr___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_VoidPtr___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_VoidPtr___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_VoidPtr___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_GetManifold_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetManifold_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_GetManifold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetManifold_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_GetManifold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_GetWorldManifold_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetWorldManifold_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_GetWorldManifold_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetWorldManifold_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_GetWorldManifold_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_IsTouching_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_IsTouching_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_IsTouching_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_IsTouching_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_IsTouching_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_SetEnabled_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_SetEnabled_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_SetEnabled_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_SetEnabled_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_SetEnabled_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_IsEnabled_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_IsEnabled_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_IsEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_IsEnabled_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_IsEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_GetFixtureA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetFixtureA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_GetFixtureA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetFixtureA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_GetFixtureA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_GetChildIndexA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetChildIndexA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_GetChildIndexA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetChildIndexA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_GetChildIndexA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_GetFixtureB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetFixtureB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_GetFixtureB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetFixtureB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_GetFixtureB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_GetChildIndexB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetChildIndexB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_GetChildIndexB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetChildIndexB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_GetChildIndexB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_SetFriction_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_SetFriction_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_SetFriction_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_SetFriction_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_SetFriction_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_GetFriction_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetFriction_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_GetFriction_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetFriction_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_GetFriction_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_ResetFriction_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_ResetFriction_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_ResetFriction_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_ResetFriction_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_ResetFriction_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_SetRestitution_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_SetRestitution_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_SetRestitution_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_SetRestitution_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_SetRestitution_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_GetRestitution_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetRestitution_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_GetRestitution_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetRestitution_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_GetRestitution_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_ResetRestitution_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_ResetRestitution_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_ResetRestitution_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_ResetRestitution_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_ResetRestitution_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_SetRestitutionThreshold_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_SetRestitutionThreshold_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_SetRestitutionThreshold_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_SetRestitutionThreshold_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_SetRestitutionThreshold_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_GetRestitutionThreshold_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetRestitutionThreshold_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_GetRestitutionThreshold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetRestitutionThreshold_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_GetRestitutionThreshold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_ResetRestitutionThreshold_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_ResetRestitutionThreshold_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_ResetRestitutionThreshold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_ResetRestitutionThreshold_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_ResetRestitutionThreshold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_SetTangentSpeed_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_SetTangentSpeed_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_SetTangentSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_SetTangentSpeed_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_SetTangentSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Contact_GetTangentSpeed_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetTangentSpeed_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Contact_GetTangentSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Contact_GetTangentSpeed_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Contact_GetTangentSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactListener___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactListener___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactListener___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactListener___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactListener___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactListener_JSContactListener_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_JSContactListener_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactListener_JSContactListener_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_JSContactListener_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactListener_JSContactListener_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactListener_BeginContact_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_BeginContact_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactListener_BeginContact_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_BeginContact_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactListener_BeginContact_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactListener_EndContact_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_EndContact_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactListener_EndContact_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_EndContact_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactListener_EndContact_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactListener_BeginContactParticleSystemParticleBodyContact_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_BeginContactParticleSystemParticleBodyContact_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactListener_BeginContactParticleSystemParticleBodyContact_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_BeginContactParticleSystemParticleBodyContact_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactListener_BeginContactParticleSystemParticleBodyContact_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactListener_EndContactFixtureParticleSystemIndex_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_EndContactFixtureParticleSystemIndex_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactListener_EndContactFixtureParticleSystemIndex_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_EndContactFixtureParticleSystemIndex_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactListener_EndContactFixtureParticleSystemIndex_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactListener_BeginContactParticleSystemParticleContact_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_BeginContactParticleSystemParticleContact_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactListener_BeginContactParticleSystemParticleContact_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_BeginContactParticleSystemParticleContact_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactListener_BeginContactParticleSystemParticleContact_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactListener_EndContactParticleSystemIndexIndex_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_EndContactParticleSystemIndexIndex_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactListener_EndContactParticleSystemIndexIndex_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_EndContactParticleSystemIndexIndex_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactListener_EndContactParticleSystemIndexIndex_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactListener_PreSolve_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_PreSolve_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactListener_PreSolve_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_PreSolve_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactListener_PreSolve_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactListener_PostSolve_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_PostSolve_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactListener_PostSolve_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener_PostSolve_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactListener_PostSolve_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactListener___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactListener___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactListener___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactListener___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_b2World_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_b2World_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_b2World_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_b2World_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_b2World_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_SetDestructionListener_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetDestructionListener_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_SetDestructionListener_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetDestructionListener_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_SetDestructionListener_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_SetContactFilter_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetContactFilter_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_SetContactFilter_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetContactFilter_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_SetContactFilter_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_SetContactListener_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetContactListener_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_SetContactListener_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetContactListener_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_SetContactListener_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_SetDebugDraw_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetDebugDraw_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_SetDebugDraw_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetDebugDraw_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_SetDebugDraw_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_CreateBody_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_CreateBody_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_CreateBody_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_CreateBody_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_CreateBody_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_DestroyBody_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_DestroyBody_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_DestroyBody_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_DestroyBody_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_DestroyBody_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_CreateJoint_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_CreateJoint_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_CreateJoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_CreateJoint_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_CreateJoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_DestroyJoint_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_DestroyJoint_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_DestroyJoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_DestroyJoint_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_DestroyJoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_CreateParticleSystem_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_CreateParticleSystem_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_CreateParticleSystem_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_CreateParticleSystem_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_CreateParticleSystem_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_DestroyParticleSystem_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_DestroyParticleSystem_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_DestroyParticleSystem_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_DestroyParticleSystem_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_DestroyParticleSystem_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_CalculateReasonableParticleIterations_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_CalculateReasonableParticleIterations_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_CalculateReasonableParticleIterations_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_CalculateReasonableParticleIterations_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_CalculateReasonableParticleIterations_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_Step_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_Step_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_Step_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_Step_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_Step_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_Step_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_Step_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_Step_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_Step_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_Step_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_ClearForces_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_ClearForces_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_ClearForces_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_ClearForces_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_ClearForces_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_DebugDraw_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_DebugDraw_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_DebugDraw_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_DebugDraw_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_DebugDraw_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_QueryAABB_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_QueryAABB_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_QueryAABB_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_QueryAABB_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_QueryAABB_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_RayCast_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_RayCast_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_RayCast_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_RayCast_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_RayCast_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetBodyList_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetBodyList_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetBodyList_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetBodyList_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetBodyList_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetJointList_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetJointList_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetJointList_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetJointList_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetJointList_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetContactList_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetContactList_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetContactList_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetContactList_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetContactList_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_SetAllowSleeping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetAllowSleeping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_SetAllowSleeping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetAllowSleeping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_SetAllowSleeping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetAllowSleeping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetAllowSleeping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetAllowSleeping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetAllowSleeping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetAllowSleeping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_SetWarmStarting_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetWarmStarting_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_SetWarmStarting_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetWarmStarting_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_SetWarmStarting_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetWarmStarting_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetWarmStarting_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetWarmStarting_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetWarmStarting_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetWarmStarting_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_SetContinuousPhysics_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetContinuousPhysics_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_SetContinuousPhysics_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetContinuousPhysics_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_SetContinuousPhysics_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetContinuousPhysics_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetContinuousPhysics_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetContinuousPhysics_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetContinuousPhysics_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetContinuousPhysics_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_SetSubStepping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetSubStepping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_SetSubStepping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetSubStepping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_SetSubStepping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetSubStepping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetSubStepping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetSubStepping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetSubStepping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetSubStepping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetProxyCount_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetProxyCount_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetProxyCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetProxyCount_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetProxyCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetBodyCount_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetBodyCount_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetBodyCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetBodyCount_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetBodyCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetJointCount_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetJointCount_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetJointCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetJointCount_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetJointCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetContactCount_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetContactCount_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetContactCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetContactCount_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetContactCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetTreeHeight_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetTreeHeight_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetTreeHeight_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetTreeHeight_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetTreeHeight_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetTreeBalance_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetTreeBalance_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetTreeBalance_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetTreeBalance_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetTreeBalance_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetTreeQuality_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetTreeQuality_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetTreeQuality_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetTreeQuality_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetTreeQuality_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_SetGravity_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetGravity_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_SetGravity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetGravity_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_SetGravity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetGravity_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetGravity_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetGravity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetGravity_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetGravity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_IsLocked_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_IsLocked_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_IsLocked_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_IsLocked_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_IsLocked_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_SetAutoClearForces_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetAutoClearForces_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_SetAutoClearForces_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_SetAutoClearForces_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_SetAutoClearForces_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetAutoClearForces_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetAutoClearForces_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetAutoClearForces_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetAutoClearForces_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetAutoClearForces_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_GetProfile_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetProfile_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_GetProfile_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_GetProfile_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_GetProfile_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World_Dump_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_Dump_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World_Dump_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World_Dump_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World_Dump_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2World___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2World___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2World___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2World___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureUserData_get_pointer_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureUserData_get_pointer_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureUserData_get_pointer_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureUserData_get_pointer_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureUserData_get_pointer_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureUserData_set_pointer_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureUserData_set_pointer_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureUserData_set_pointer_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureUserData_set_pointer_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureUserData_set_pointer_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureUserData___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureUserData___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureUserData___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureUserData___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureUserData___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_b2FixtureDef_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_b2FixtureDef_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_b2FixtureDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_b2FixtureDef_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_b2FixtureDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_get_shape_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_shape_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_get_shape_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_shape_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_get_shape_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_set_shape_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_shape_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_set_shape_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_shape_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_set_shape_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_get_userData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_userData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_userData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_set_userData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_userData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_userData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_get_friction_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_friction_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_get_friction_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_friction_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_get_friction_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_set_friction_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_friction_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_set_friction_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_friction_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_set_friction_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_get_restitution_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_restitution_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_get_restitution_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_restitution_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_get_restitution_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_set_restitution_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_restitution_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_set_restitution_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_restitution_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_set_restitution_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_get_restitutionThreshold_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_restitutionThreshold_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_get_restitutionThreshold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_restitutionThreshold_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_get_restitutionThreshold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_set_restitutionThreshold_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_restitutionThreshold_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_set_restitutionThreshold_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_restitutionThreshold_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_set_restitutionThreshold_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_get_density_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_density_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_get_density_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_density_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_get_density_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_set_density_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_density_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_set_density_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_density_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_set_density_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_get_isSensor_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_isSensor_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_get_isSensor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_isSensor_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_get_isSensor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_set_isSensor_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_isSensor_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_set_isSensor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_isSensor_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_set_isSensor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_get_filter_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_filter_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_get_filter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_get_filter_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_get_filter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef_set_filter_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_filter_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef_set_filter_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef_set_filter_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef_set_filter_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FixtureDef___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FixtureDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FixtureDef___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FixtureDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_GetShape_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetShape_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_GetShape_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetShape_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_GetShape_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_SetSensor_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_SetSensor_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_SetSensor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_SetSensor_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_SetSensor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_IsSensor_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_IsSensor_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_IsSensor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_IsSensor_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_IsSensor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_SetFilterData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_SetFilterData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_SetFilterData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_SetFilterData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_SetFilterData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_GetFilterData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetFilterData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_GetFilterData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetFilterData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_GetFilterData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_Refilter_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_Refilter_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_Refilter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_Refilter_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_Refilter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_GetBody_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetBody_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_GetBody_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetBody_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_GetBody_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_GetUserData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetUserData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetUserData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_TestPoint_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_TestPoint_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_TestPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_TestPoint_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_TestPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_RayCast_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_RayCast_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_RayCast_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_RayCast_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_RayCast_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_GetMassData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetMassData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_GetMassData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetMassData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_GetMassData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_SetDensity_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_SetDensity_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_SetDensity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_SetDensity_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_SetDensity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_GetDensity_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetDensity_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_GetDensity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetDensity_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_GetDensity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_GetFriction_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetFriction_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_GetFriction_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetFriction_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_GetFriction_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_SetFriction_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_SetFriction_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_SetFriction_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_SetFriction_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_SetFriction_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_GetRestitution_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetRestitution_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_GetRestitution_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetRestitution_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_GetRestitution_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_SetRestitution_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_SetRestitution_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_SetRestitution_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_SetRestitution_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_SetRestitution_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_GetRestitutionThreshold_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetRestitutionThreshold_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_GetRestitutionThreshold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetRestitutionThreshold_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_GetRestitutionThreshold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_SetRestitutionThreshold_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_SetRestitutionThreshold_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_SetRestitutionThreshold_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_SetRestitutionThreshold_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_SetRestitutionThreshold_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_GetAABB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetAABB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_GetAABB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_GetAABB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_GetAABB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture_Dump_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_Dump_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture_Dump_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture_Dump_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture_Dump_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Fixture___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Fixture___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Fixture___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Fixture___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Transform_b2Transform_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_b2Transform_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Transform_b2Transform_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_b2Transform_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Transform_b2Transform_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Transform_b2Transform_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_b2Transform_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Transform_b2Transform_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_b2Transform_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Transform_b2Transform_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Transform_SetIdentity_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_SetIdentity_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Transform_SetIdentity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_SetIdentity_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Transform_SetIdentity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Transform_Set_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_Set_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Transform_Set_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_Set_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Transform_Set_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Transform_get_p_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_get_p_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Transform_get_p_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_get_p_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Transform_get_p_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Transform_set_p_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_set_p_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Transform_set_p_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_set_p_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Transform_set_p_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Transform_get_q_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_get_q_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Transform_get_q_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_get_q_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Transform_get_q_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Transform_set_q_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_set_q_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Transform_set_q_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform_set_q_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Transform_set_q_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Transform___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Transform___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Transform___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Transform___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSRayCastCallback_JSRayCastCallback_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSRayCastCallback_JSRayCastCallback_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSRayCastCallback_JSRayCastCallback_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSRayCastCallback_JSRayCastCallback_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSRayCastCallback_JSRayCastCallback_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSRayCastCallback_ReportFixture_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSRayCastCallback_ReportFixture_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSRayCastCallback_ReportFixture_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSRayCastCallback_ReportFixture_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSRayCastCallback_ReportFixture_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSRayCastCallback_ReportParticle_5')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSRayCastCallback_ReportParticle_5', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSRayCastCallback_ReportParticle_5 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSRayCastCallback_ReportParticle_5', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSRayCastCallback_ReportParticle_5 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSRayCastCallback_ShouldQueryParticleSystem_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSRayCastCallback_ShouldQueryParticleSystem_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSRayCastCallback_ShouldQueryParticleSystem_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSRayCastCallback_ShouldQueryParticleSystem_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSRayCastCallback_ShouldQueryParticleSystem_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSRayCastCallback___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSRayCastCallback___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSRayCastCallback___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSRayCastCallback___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSRayCastCallback___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSQueryCallback_JSQueryCallback_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSQueryCallback_JSQueryCallback_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSQueryCallback_JSQueryCallback_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSQueryCallback_JSQueryCallback_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSQueryCallback_JSQueryCallback_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSQueryCallback_ReportFixture_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSQueryCallback_ReportFixture_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSQueryCallback_ReportFixture_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSQueryCallback_ReportFixture_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSQueryCallback_ReportFixture_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSQueryCallback_ReportParticle_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSQueryCallback_ReportParticle_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSQueryCallback_ReportParticle_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSQueryCallback_ReportParticle_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSQueryCallback_ReportParticle_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSQueryCallback_ShouldQueryParticleSystem_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSQueryCallback_ShouldQueryParticleSystem_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSQueryCallback_ShouldQueryParticleSystem_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSQueryCallback_ShouldQueryParticleSystem_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSQueryCallback_ShouldQueryParticleSystem_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSQueryCallback___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSQueryCallback___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSQueryCallback___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSQueryCallback___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSQueryCallback___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MassData_b2MassData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_b2MassData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MassData_b2MassData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_b2MassData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MassData_b2MassData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MassData_get_mass_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_get_mass_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MassData_get_mass_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_get_mass_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MassData_get_mass_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MassData_set_mass_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_set_mass_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MassData_set_mass_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_set_mass_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MassData_set_mass_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MassData_get_center_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_get_center_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MassData_get_center_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_get_center_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MassData_get_center_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MassData_set_center_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_set_center_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MassData_set_center_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_set_center_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MassData_set_center_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MassData_get_I_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_get_I_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MassData_get_I_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_get_I_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MassData_get_I_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MassData_set_I_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_set_I_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MassData_set_I_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData_set_I_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MassData_set_I_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MassData___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MassData___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MassData___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MassData___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_b2Vec2_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_b2Vec2_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_b2Vec2_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_b2Vec2_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_b2Vec2_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_b2Vec2_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_b2Vec2_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_b2Vec2_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_b2Vec2_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_b2Vec2_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_SetZero_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_SetZero_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_SetZero_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_SetZero_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_SetZero_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_Set_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_Set_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_Set_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_Set_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_Set_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_op_add_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_op_add_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_op_add_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_op_add_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_op_add_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_op_sub_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_op_sub_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_op_sub_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_op_sub_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_op_sub_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_op_mul_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_op_mul_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_op_mul_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_op_mul_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_op_mul_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_Length_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_Length_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_Length_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_Length_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_Length_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_LengthSquared_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_LengthSquared_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_LengthSquared_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_LengthSquared_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_LengthSquared_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_Normalize_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_Normalize_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_Normalize_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_Normalize_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_Normalize_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_IsValid_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_IsValid_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_IsValid_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_IsValid_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_IsValid_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_Skew_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_Skew_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_Skew_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_Skew_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_Skew_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_get_x_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_get_x_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_get_x_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_get_x_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_get_x_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_set_x_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_set_x_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_set_x_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_set_x_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_set_x_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_get_y_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_get_y_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_get_y_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_get_y_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_get_y_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2_set_y_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_set_y_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2_set_y_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2_set_y_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2_set_y_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec2___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec2___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec2___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec2___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_b2Vec3_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_b2Vec3_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_b2Vec3_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_b2Vec3_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_b2Vec3_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_b2Vec3_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_b2Vec3_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_b2Vec3_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_b2Vec3_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_b2Vec3_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_SetZero_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_SetZero_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_SetZero_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_SetZero_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_SetZero_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_Set_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_Set_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_Set_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_Set_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_Set_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_Length_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_Length_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_Length_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_Length_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_Length_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_Normalize_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_Normalize_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_Normalize_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_Normalize_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_Normalize_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_op_add_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_op_add_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_op_add_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_op_add_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_op_add_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_op_sub_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_op_sub_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_op_sub_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_op_sub_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_op_sub_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_op_mul_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_op_mul_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_op_mul_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_op_mul_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_op_mul_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_get_x_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_get_x_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_get_x_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_get_x_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_get_x_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_set_x_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_set_x_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_set_x_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_set_x_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_set_x_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_get_y_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_get_y_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_get_y_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_get_y_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_get_y_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_set_y_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_set_y_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_set_y_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_set_y_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_set_y_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_get_z_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_get_z_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_get_z_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_get_z_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_get_z_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3_set_z_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_set_z_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3_set_z_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3_set_z_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3_set_z_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec3___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec3___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec3___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec3___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec4_b2Vec4_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_b2Vec4_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec4_b2Vec4_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_b2Vec4_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec4_b2Vec4_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec4_b2Vec4_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_b2Vec4_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec4_b2Vec4_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_b2Vec4_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec4_b2Vec4_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec4_get_x_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_get_x_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec4_get_x_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_get_x_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec4_get_x_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec4_set_x_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_set_x_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec4_set_x_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_set_x_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec4_set_x_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec4_get_y_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_get_y_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec4_get_y_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_get_y_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec4_get_y_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec4_set_y_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_set_y_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec4_set_y_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_set_y_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec4_set_y_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec4_get_z_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_get_z_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec4_get_z_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_get_z_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec4_get_z_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec4_set_z_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_set_z_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec4_set_z_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_set_z_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec4_set_z_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec4_get_w_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_get_w_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec4_get_w_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_get_w_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec4_get_w_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec4_set_w_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_set_w_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec4_set_w_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4_set_w_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec4_set_w_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Vec4___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Vec4___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Vec4___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Vec4___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyUserData_get_pointer_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyUserData_get_pointer_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyUserData_get_pointer_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyUserData_get_pointer_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyUserData_get_pointer_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyUserData_set_pointer_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyUserData_set_pointer_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyUserData_set_pointer_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyUserData_set_pointer_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyUserData_set_pointer_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyUserData___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyUserData___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyUserData___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyUserData___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyUserData___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_CreateFixture_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_CreateFixture_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_CreateFixture_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_CreateFixture_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_CreateFixture_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_CreateFixture_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_CreateFixture_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_CreateFixture_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_CreateFixture_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_CreateFixture_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_DestroyFixture_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_DestroyFixture_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_DestroyFixture_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_DestroyFixture_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_DestroyFixture_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_SetTransform_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetTransform_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_SetTransform_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetTransform_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_SetTransform_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetTransform_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetTransform_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetTransform_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetTransform_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetTransform_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetPosition_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetPosition_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetPosition_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetPosition_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetPosition_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetAngle_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetAngle_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetAngle_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetWorldCenter_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetWorldCenter_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetWorldCenter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetWorldCenter_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetWorldCenter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetLocalCenter_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLocalCenter_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetLocalCenter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLocalCenter_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetLocalCenter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_SetLinearVelocity_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetLinearVelocity_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_SetLinearVelocity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetLinearVelocity_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_SetLinearVelocity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetLinearVelocity_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLinearVelocity_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetLinearVelocity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLinearVelocity_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetLinearVelocity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_SetAngularVelocity_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetAngularVelocity_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_SetAngularVelocity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetAngularVelocity_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_SetAngularVelocity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetAngularVelocity_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetAngularVelocity_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetAngularVelocity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetAngularVelocity_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetAngularVelocity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_ApplyForce_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ApplyForce_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_ApplyForce_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ApplyForce_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_ApplyForce_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_ApplyForceToCenter_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ApplyForceToCenter_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_ApplyForceToCenter_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ApplyForceToCenter_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_ApplyForceToCenter_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_ApplyTorque_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ApplyTorque_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_ApplyTorque_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ApplyTorque_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_ApplyTorque_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_ApplyLinearImpulse_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ApplyLinearImpulse_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_ApplyLinearImpulse_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ApplyLinearImpulse_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_ApplyLinearImpulse_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_ApplyLinearImpulseToCenter_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ApplyLinearImpulseToCenter_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_ApplyLinearImpulseToCenter_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ApplyLinearImpulseToCenter_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_ApplyLinearImpulseToCenter_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_ApplyAngularImpulse_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ApplyAngularImpulse_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_ApplyAngularImpulse_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ApplyAngularImpulse_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_ApplyAngularImpulse_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetMass_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetMass_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetMass_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetMass_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetMass_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetInertia_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetInertia_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetInertia_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetInertia_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetInertia_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetMassData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetMassData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetMassData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetMassData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetMassData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_SetMassData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetMassData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_SetMassData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetMassData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_SetMassData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_ResetMassData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ResetMassData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_ResetMassData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_ResetMassData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_ResetMassData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetWorldPoint_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetWorldPoint_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetWorldPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetWorldPoint_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetWorldPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetWorldVector_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetWorldVector_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetWorldVector_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetWorldVector_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetWorldVector_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetLocalPoint_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLocalPoint_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetLocalPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLocalPoint_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetLocalPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetLocalVector_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLocalVector_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetLocalVector_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLocalVector_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetLocalVector_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetLinearVelocityFromWorldPoint_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLinearVelocityFromWorldPoint_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetLinearVelocityFromWorldPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLinearVelocityFromWorldPoint_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetLinearVelocityFromWorldPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetLinearVelocityFromLocalPoint_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLinearVelocityFromLocalPoint_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetLinearVelocityFromLocalPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLinearVelocityFromLocalPoint_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetLinearVelocityFromLocalPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetLinearDamping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLinearDamping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetLinearDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetLinearDamping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetLinearDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_SetLinearDamping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetLinearDamping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_SetLinearDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetLinearDamping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_SetLinearDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetAngularDamping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetAngularDamping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetAngularDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetAngularDamping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetAngularDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_SetAngularDamping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetAngularDamping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_SetAngularDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetAngularDamping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_SetAngularDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetGravityScale_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetGravityScale_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetGravityScale_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetGravityScale_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetGravityScale_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_SetGravityScale_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetGravityScale_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_SetGravityScale_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetGravityScale_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_SetGravityScale_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_SetType_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetType_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_SetType_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetType_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_SetType_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_SetBullet_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetBullet_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_SetBullet_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetBullet_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_SetBullet_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_IsBullet_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_IsBullet_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_IsBullet_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_IsBullet_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_IsBullet_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_SetSleepingAllowed_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetSleepingAllowed_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_SetSleepingAllowed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetSleepingAllowed_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_SetSleepingAllowed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_IsSleepingAllowed_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_IsSleepingAllowed_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_IsSleepingAllowed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_IsSleepingAllowed_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_IsSleepingAllowed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_SetAwake_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetAwake_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_SetAwake_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetAwake_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_SetAwake_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_IsAwake_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_IsAwake_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_IsAwake_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_IsAwake_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_IsAwake_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_SetEnabled_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetEnabled_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_SetEnabled_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetEnabled_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_SetEnabled_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_IsEnabled_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_IsEnabled_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_IsEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_IsEnabled_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_IsEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_SetFixedRotation_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetFixedRotation_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_SetFixedRotation_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_SetFixedRotation_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_SetFixedRotation_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_IsFixedRotation_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_IsFixedRotation_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_IsFixedRotation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_IsFixedRotation_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_IsFixedRotation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetFixtureList_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetFixtureList_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetFixtureList_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetFixtureList_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetFixtureList_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetJointList_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetJointList_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetJointList_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetJointList_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetJointList_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetContactList_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetContactList_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetContactList_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetContactList_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetContactList_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetUserData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetUserData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetUserData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_GetWorld_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetWorld_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_GetWorld_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_GetWorld_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_GetWorld_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Body_Dump_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_Dump_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Body_Dump_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Body_Dump_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Body_Dump_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_b2BodyDef_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_b2BodyDef_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_b2BodyDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_b2BodyDef_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_b2BodyDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_position_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_position_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_position_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_position_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_position_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_position_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_position_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_position_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_position_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_position_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_angle_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_angle_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_angle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_angle_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_angle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_angle_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_angle_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_angle_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_angle_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_angle_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_linearVelocity_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_linearVelocity_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_linearVelocity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_linearVelocity_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_linearVelocity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_linearVelocity_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_linearVelocity_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_linearVelocity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_linearVelocity_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_linearVelocity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_angularVelocity_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_angularVelocity_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_angularVelocity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_angularVelocity_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_angularVelocity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_angularVelocity_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_angularVelocity_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_angularVelocity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_angularVelocity_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_angularVelocity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_linearDamping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_linearDamping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_linearDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_linearDamping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_linearDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_linearDamping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_linearDamping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_linearDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_linearDamping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_linearDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_angularDamping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_angularDamping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_angularDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_angularDamping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_angularDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_angularDamping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_angularDamping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_angularDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_angularDamping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_angularDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_allowSleep_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_allowSleep_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_allowSleep_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_allowSleep_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_allowSleep_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_allowSleep_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_allowSleep_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_allowSleep_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_allowSleep_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_allowSleep_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_awake_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_awake_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_awake_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_awake_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_awake_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_awake_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_awake_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_awake_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_awake_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_awake_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_fixedRotation_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_fixedRotation_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_fixedRotation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_fixedRotation_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_fixedRotation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_fixedRotation_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_fixedRotation_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_fixedRotation_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_fixedRotation_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_fixedRotation_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_bullet_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_bullet_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_bullet_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_bullet_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_bullet_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_bullet_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_bullet_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_bullet_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_bullet_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_bullet_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_enabled_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_enabled_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_enabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_enabled_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_enabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_enabled_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_enabled_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_enabled_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_enabled_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_enabled_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_userData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_userData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_userData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_userData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_userData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_userData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_get_gravityScale_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_gravityScale_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_get_gravityScale_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_get_gravityScale_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_get_gravityScale_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef_set_gravityScale_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_gravityScale_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef_set_gravityScale_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef_set_gravityScale_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef_set_gravityScale_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2BodyDef___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2BodyDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2BodyDef___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2BodyDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Filter_b2Filter_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_b2Filter_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Filter_b2Filter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_b2Filter_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Filter_b2Filter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Filter_get_categoryBits_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_get_categoryBits_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Filter_get_categoryBits_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_get_categoryBits_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Filter_get_categoryBits_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Filter_set_categoryBits_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_set_categoryBits_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Filter_set_categoryBits_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_set_categoryBits_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Filter_set_categoryBits_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Filter_get_maskBits_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_get_maskBits_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Filter_get_maskBits_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_get_maskBits_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Filter_get_maskBits_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Filter_set_maskBits_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_set_maskBits_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Filter_set_maskBits_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_set_maskBits_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Filter_set_maskBits_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Filter_get_groupIndex_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_get_groupIndex_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Filter_get_groupIndex_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_get_groupIndex_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Filter_get_groupIndex_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Filter_set_groupIndex_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_set_groupIndex_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Filter_set_groupIndex_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter_set_groupIndex_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Filter_set_groupIndex_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Filter___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Filter___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Filter___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Filter___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB_b2AABB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_b2AABB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB_b2AABB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_b2AABB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB_b2AABB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB_IsValid_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_IsValid_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB_IsValid_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_IsValid_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB_IsValid_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB_GetCenter_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_GetCenter_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB_GetCenter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_GetCenter_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB_GetCenter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB_GetExtents_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_GetExtents_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB_GetExtents_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_GetExtents_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB_GetExtents_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB_GetPerimeter_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_GetPerimeter_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB_GetPerimeter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_GetPerimeter_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB_GetPerimeter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB_Combine_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_Combine_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB_Combine_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_Combine_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB_Combine_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB_Combine_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_Combine_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB_Combine_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_Combine_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB_Combine_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB_Contains_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_Contains_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB_Contains_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_Contains_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB_Contains_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB_RayCast_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_RayCast_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB_RayCast_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_RayCast_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB_RayCast_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB_get_lowerBound_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_get_lowerBound_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB_get_lowerBound_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_get_lowerBound_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB_get_lowerBound_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB_set_lowerBound_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_set_lowerBound_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB_set_lowerBound_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_set_lowerBound_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB_set_lowerBound_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB_get_upperBound_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_get_upperBound_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB_get_upperBound_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_get_upperBound_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB_get_upperBound_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB_set_upperBound_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_set_upperBound_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB_set_upperBound_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB_set_upperBound_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB_set_upperBound_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2AABB___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2AABB___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2AABB___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2AABB___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape_b2CircleShape_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_b2CircleShape_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape_b2CircleShape_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_b2CircleShape_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape_b2CircleShape_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape_GetChildCount_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_GetChildCount_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape_GetChildCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_GetChildCount_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape_GetChildCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape_TestPoint_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_TestPoint_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape_TestPoint_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_TestPoint_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape_TestPoint_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape_RayCast_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_RayCast_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape_RayCast_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_RayCast_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape_RayCast_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape_ComputeAABB_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_ComputeAABB_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape_ComputeAABB_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_ComputeAABB_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape_ComputeAABB_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape_ComputeMass_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_ComputeMass_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape_ComputeMass_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_ComputeMass_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape_ComputeMass_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape_get_m_p_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_get_m_p_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape_get_m_p_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_get_m_p_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape_get_m_p_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape_set_m_p_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_set_m_p_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape_set_m_p_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_set_m_p_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape_set_m_p_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape_get_m_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_get_m_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape_get_m_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_get_m_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape_get_m_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape_set_m_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_set_m_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape_set_m_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_set_m_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape_set_m_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape_get_m_radius_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_get_m_radius_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape_get_m_radius_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_get_m_radius_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape_get_m_radius_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape_set_m_radius_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_set_m_radius_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape_set_m_radius_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape_set_m_radius_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape_set_m_radius_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2CircleShape___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2CircleShape___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2CircleShape___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2CircleShape___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_b2EdgeShape_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_b2EdgeShape_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_b2EdgeShape_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_b2EdgeShape_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_b2EdgeShape_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_SetOneSided_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_SetOneSided_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_SetOneSided_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_SetOneSided_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_SetOneSided_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_SetTwoSided_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_SetTwoSided_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_SetTwoSided_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_SetTwoSided_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_SetTwoSided_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_GetChildCount_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_GetChildCount_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_GetChildCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_GetChildCount_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_GetChildCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_TestPoint_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_TestPoint_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_TestPoint_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_TestPoint_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_TestPoint_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_RayCast_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_RayCast_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_RayCast_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_RayCast_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_RayCast_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_ComputeAABB_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_ComputeAABB_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_ComputeAABB_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_ComputeAABB_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_ComputeAABB_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_ComputeMass_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_ComputeMass_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_ComputeMass_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_ComputeMass_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_ComputeMass_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_vertex1_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_vertex1_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_get_m_vertex1_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_vertex1_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_get_m_vertex1_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_vertex1_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_vertex1_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_set_m_vertex1_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_vertex1_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_set_m_vertex1_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_vertex2_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_vertex2_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_get_m_vertex2_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_vertex2_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_get_m_vertex2_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_vertex2_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_vertex2_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_set_m_vertex2_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_vertex2_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_set_m_vertex2_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_vertex0_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_vertex0_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_get_m_vertex0_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_vertex0_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_get_m_vertex0_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_vertex0_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_vertex0_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_set_m_vertex0_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_vertex0_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_set_m_vertex0_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_vertex3_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_vertex3_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_get_m_vertex3_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_vertex3_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_get_m_vertex3_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_vertex3_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_vertex3_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_set_m_vertex3_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_vertex3_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_set_m_vertex3_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_oneSided_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_oneSided_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_get_m_oneSided_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_oneSided_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_get_m_oneSided_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_oneSided_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_oneSided_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_set_m_oneSided_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_oneSided_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_set_m_oneSided_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_get_m_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_get_m_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_set_m_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_set_m_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_radius_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_radius_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_get_m_radius_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_get_m_radius_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_get_m_radius_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_radius_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_radius_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape_set_m_radius_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape_set_m_radius_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape_set_m_radius_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2EdgeShape___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2EdgeShape___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2EdgeShape___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2EdgeShape___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointUserData_get_pointer_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointUserData_get_pointer_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointUserData_get_pointer_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointUserData_get_pointer_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointUserData_get_pointer_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointUserData_set_pointer_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointUserData_set_pointer_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointUserData_set_pointer_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointUserData_set_pointer_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointUserData_set_pointer_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointUserData___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointUserData___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointUserData___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointUserData___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointUserData___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetLocalAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetLocalAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetLocalAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetLocalAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetLocalAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetLocalAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetLocalAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetLocalAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetLocalAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetLocalAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetReferenceAngle_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetReferenceAngle_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetReferenceAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetReferenceAngle_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetReferenceAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_SetStiffness_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_SetStiffness_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_SetStiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_SetStiffness_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_SetStiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetStiffness_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetStiffness_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetStiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetStiffness_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetStiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_SetDamping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_SetDamping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_SetDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_SetDamping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_SetDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetDamping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetDamping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetDamping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_Dump_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_Dump_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_Dump_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_Dump_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_Dump_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetBodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetBodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetBodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetBodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetBodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetBodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetReactionForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetReactionForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetReactionForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetReactionTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetReactionTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetReactionTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetUserData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetUserData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetUserData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint_GetCollideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetCollideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint_GetCollideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJoint___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJoint___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_b2WeldJointDef_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_b2WeldJointDef_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_b2WeldJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_b2WeldJointDef_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_b2WeldJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_Initialize_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_Initialize_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_Initialize_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_Initialize_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_Initialize_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_localAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_localAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_localAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_localAnchorA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_localAnchorA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_localAnchorA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_localAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_localAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_localAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_localAnchorB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_localAnchorB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_localAnchorB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_referenceAngle_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_referenceAngle_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_get_referenceAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_referenceAngle_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_get_referenceAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_referenceAngle_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_referenceAngle_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_set_referenceAngle_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_referenceAngle_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_set_referenceAngle_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_stiffness_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_stiffness_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_get_stiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_stiffness_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_get_stiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_stiffness_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_stiffness_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_set_stiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_stiffness_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_set_stiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_damping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_damping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_get_damping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_damping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_get_damping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_damping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_damping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_set_damping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_damping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_set_damping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_userData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_userData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_userData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_userData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_userData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_userData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_bodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_bodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_bodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_bodyA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_bodyA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_bodyA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_bodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_bodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_bodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_bodyB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_bodyB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_bodyB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_collideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_collideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_get_collideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_collideConnected_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_collideConnected_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef_set_collideConnected_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WeldJointDef___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WeldJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WeldJointDef___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WeldJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_b2ChainShape_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_b2ChainShape_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_b2ChainShape_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_b2ChainShape_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_b2ChainShape_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_Clear_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_Clear_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_Clear_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_Clear_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_Clear_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_CreateLoop_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_CreateLoop_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_CreateLoop_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_CreateLoop_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_CreateLoop_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_CreateChain_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_CreateChain_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_CreateChain_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_CreateChain_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_CreateChain_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_GetChildEdge_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_GetChildEdge_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_GetChildEdge_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_GetChildEdge_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_GetChildEdge_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_GetChildCount_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_GetChildCount_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_GetChildCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_GetChildCount_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_GetChildCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_TestPoint_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_TestPoint_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_TestPoint_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_TestPoint_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_TestPoint_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_RayCast_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_RayCast_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_RayCast_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_RayCast_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_RayCast_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_ComputeAABB_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_ComputeAABB_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_ComputeAABB_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_ComputeAABB_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_ComputeAABB_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_ComputeMass_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_ComputeMass_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_ComputeMass_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_ComputeMass_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_ComputeMass_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_vertices_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_vertices_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_get_m_vertices_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_vertices_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_get_m_vertices_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_vertices_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_vertices_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_set_m_vertices_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_vertices_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_set_m_vertices_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_count_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_count_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_get_m_count_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_count_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_get_m_count_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_count_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_count_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_set_m_count_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_count_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_set_m_count_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_prevVertex_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_prevVertex_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_get_m_prevVertex_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_prevVertex_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_get_m_prevVertex_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_prevVertex_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_prevVertex_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_set_m_prevVertex_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_prevVertex_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_set_m_prevVertex_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_nextVertex_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_nextVertex_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_get_m_nextVertex_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_nextVertex_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_get_m_nextVertex_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_nextVertex_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_nextVertex_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_set_m_nextVertex_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_nextVertex_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_set_m_nextVertex_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_get_m_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_get_m_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_set_m_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_set_m_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_radius_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_radius_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_get_m_radius_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_get_m_radius_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_get_m_radius_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_radius_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_radius_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape_set_m_radius_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape_set_m_radius_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape_set_m_radius_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ChainShape___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ChainShape___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ChainShape___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ChainShape___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Color_b2Color_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_b2Color_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Color_b2Color_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_b2Color_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Color_b2Color_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Color_b2Color_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_b2Color_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Color_b2Color_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_b2Color_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Color_b2Color_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Color_Set_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_Set_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Color_Set_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_Set_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Color_Set_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Color_get_r_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_get_r_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Color_get_r_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_get_r_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Color_get_r_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Color_set_r_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_set_r_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Color_set_r_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_set_r_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Color_set_r_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Color_get_g_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_get_g_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Color_get_g_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_get_g_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Color_get_g_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Color_set_g_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_set_g_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Color_set_g_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_set_g_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Color_set_g_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Color_get_b_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_get_b_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Color_get_b_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_get_b_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Color_get_b_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Color_set_b_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_set_b_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Color_set_b_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color_set_b_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Color_set_b_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Color___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Color___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Color___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Color___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactEdge_b2ContactEdge_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_b2ContactEdge_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactEdge_b2ContactEdge_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_b2ContactEdge_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactEdge_b2ContactEdge_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactEdge_get_other_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_get_other_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactEdge_get_other_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_get_other_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactEdge_get_other_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactEdge_set_other_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_set_other_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactEdge_set_other_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_set_other_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactEdge_set_other_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactEdge_get_contact_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_get_contact_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactEdge_get_contact_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_get_contact_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactEdge_get_contact_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactEdge_set_contact_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_set_contact_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactEdge_set_contact_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_set_contact_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactEdge_set_contact_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactEdge_get_prev_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_get_prev_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactEdge_get_prev_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_get_prev_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactEdge_get_prev_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactEdge_set_prev_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_set_prev_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactEdge_set_prev_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_set_prev_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactEdge_set_prev_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactEdge_get_next_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_get_next_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactEdge_get_next_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_get_next_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactEdge_get_next_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactEdge_set_next_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_set_next_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactEdge_set_next_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge_set_next_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactEdge_set_next_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactEdge___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactEdge___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactEdge___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactEdge___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactFeature_get_indexA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_get_indexA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactFeature_get_indexA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_get_indexA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactFeature_get_indexA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactFeature_set_indexA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_set_indexA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactFeature_set_indexA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_set_indexA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactFeature_set_indexA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactFeature_get_indexB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_get_indexB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactFeature_get_indexB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_get_indexB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactFeature_get_indexB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactFeature_set_indexB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_set_indexB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactFeature_set_indexB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_set_indexB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactFeature_set_indexB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactFeature_get_typeA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_get_typeA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactFeature_get_typeA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_get_typeA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactFeature_get_typeA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactFeature_set_typeA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_set_typeA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactFeature_set_typeA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_set_typeA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactFeature_set_typeA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactFeature_get_typeB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_get_typeB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactFeature_get_typeB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_get_typeB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactFeature_get_typeB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactFeature_set_typeB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_set_typeB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactFeature_set_typeB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature_set_typeB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactFeature_set_typeB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactFeature___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactFeature___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFeature___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactFeature___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactFilter___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFilter___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactFilter___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactFilter___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactFilter___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactFilter_JSContactFilter_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactFilter_JSContactFilter_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactFilter_JSContactFilter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactFilter_JSContactFilter_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactFilter_JSContactFilter_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactFilter_ShouldCollide_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactFilter_ShouldCollide_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactFilter_ShouldCollide_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactFilter_ShouldCollide_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactFilter_ShouldCollide_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactFilter_ShouldCollideFixtureParticleSystemIndex_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactFilter_ShouldCollideFixtureParticleSystemIndex_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactFilter_ShouldCollideFixtureParticleSystemIndex_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactFilter_ShouldCollideFixtureParticleSystemIndex_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactFilter_ShouldCollideFixtureParticleSystemIndex_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactFilter_ShouldCollideParticleSystemIndexIndex_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactFilter_ShouldCollideParticleSystemIndexIndex_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactFilter_ShouldCollideParticleSystemIndexIndex_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactFilter_ShouldCollideParticleSystemIndexIndex_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactFilter_ShouldCollideParticleSystemIndexIndex_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSContactFilter___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactFilter___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSContactFilter___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSContactFilter___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSContactFilter___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactID_get_cf_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactID_get_cf_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactID_get_cf_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactID_get_cf_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactID_get_cf_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactID_set_cf_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactID_set_cf_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactID_set_cf_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactID_set_cf_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactID_set_cf_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactID_get_key_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactID_get_key_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactID_get_key_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactID_get_key_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactID_get_key_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactID_set_key_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactID_set_key_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactID_set_key_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactID_set_key_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactID_set_key_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactID___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactID___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactID___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactID___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactID___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactImpulse_get_normalImpulses_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse_get_normalImpulses_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactImpulse_get_normalImpulses_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse_get_normalImpulses_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactImpulse_get_normalImpulses_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactImpulse_set_normalImpulses_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse_set_normalImpulses_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactImpulse_set_normalImpulses_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse_set_normalImpulses_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactImpulse_set_normalImpulses_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactImpulse_get_tangentImpulses_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse_get_tangentImpulses_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactImpulse_get_tangentImpulses_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse_get_tangentImpulses_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactImpulse_get_tangentImpulses_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactImpulse_set_tangentImpulses_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse_set_tangentImpulses_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactImpulse_set_tangentImpulses_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse_set_tangentImpulses_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactImpulse_set_tangentImpulses_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactImpulse_get_count_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse_get_count_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactImpulse_get_count_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse_get_count_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactImpulse_get_count_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactImpulse_set_count_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse_set_count_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactImpulse_set_count_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse_set_count_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactImpulse_set_count_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ContactImpulse___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ContactImpulse___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ContactImpulse___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ContactImpulse___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DestructionListener___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DestructionListener___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DestructionListener___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DestructionListener___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DestructionListener___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDestructionListener_JSDestructionListener_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDestructionListener_JSDestructionListener_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDestructionListener_JSDestructionListener_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDestructionListener_JSDestructionListener_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDestructionListener_JSDestructionListener_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDestructionListener_SayGoodbyeJoint_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDestructionListener_SayGoodbyeJoint_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDestructionListener_SayGoodbyeJoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDestructionListener_SayGoodbyeJoint_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDestructionListener_SayGoodbyeJoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDestructionListener_SayGoodbyeFixture_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDestructionListener_SayGoodbyeFixture_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDestructionListener_SayGoodbyeFixture_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDestructionListener_SayGoodbyeFixture_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDestructionListener_SayGoodbyeFixture_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDestructionListener_SayGoodbyeParticleGroup_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDestructionListener_SayGoodbyeParticleGroup_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDestructionListener_SayGoodbyeParticleGroup_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDestructionListener_SayGoodbyeParticleGroup_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDestructionListener_SayGoodbyeParticleGroup_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDestructionListener_SayGoodbyeParticleSystemIndex_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDestructionListener_SayGoodbyeParticleSystemIndex_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDestructionListener_SayGoodbyeParticleSystemIndex_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDestructionListener_SayGoodbyeParticleSystemIndex_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDestructionListener_SayGoodbyeParticleSystemIndex_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDestructionListener___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDestructionListener___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDestructionListener___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDestructionListener___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDestructionListener___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetLocalAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetLocalAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetLocalAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetLocalAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetLocalAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetLocalAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetLocalAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetLocalAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetLocalAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetLocalAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetLength_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetLength_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetLength_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetLength_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetLength_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetLength_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetLength_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_SetLength_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetLength_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_SetLength_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetMinLength_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetMinLength_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetMinLength_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetMinLength_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetMinLength_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetMinLength_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetMinLength_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_SetMinLength_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetMinLength_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_SetMinLength_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetMaxLength_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetMaxLength_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetMaxLength_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetMaxLength_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetMaxLength_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetMaxLength_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetMaxLength_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_SetMaxLength_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetMaxLength_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_SetMaxLength_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetCurrentLength_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetCurrentLength_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetCurrentLength_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetCurrentLength_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetCurrentLength_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetStiffness_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetStiffness_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_SetStiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetStiffness_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_SetStiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetStiffness_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetStiffness_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetStiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetStiffness_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetStiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetDamping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetDamping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_SetDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_SetDamping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_SetDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetDamping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetDamping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetDamping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetBodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetBodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetBodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetBodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetBodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetBodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetReactionForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetReactionForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetReactionForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetReactionTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetReactionTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetReactionTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetUserData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetUserData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetUserData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetCollideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetCollideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint_GetCollideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJoint___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJoint___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_b2DistanceJointDef_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_b2DistanceJointDef_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_b2DistanceJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_b2DistanceJointDef_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_b2DistanceJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_Initialize_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_Initialize_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_Initialize_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_Initialize_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_Initialize_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_localAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_localAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_localAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_localAnchorA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_localAnchorA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_localAnchorA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_localAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_localAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_localAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_localAnchorB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_localAnchorB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_localAnchorB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_length_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_length_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_get_length_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_length_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_get_length_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_length_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_length_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_set_length_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_length_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_set_length_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_minLength_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_minLength_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_get_minLength_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_minLength_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_get_minLength_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_minLength_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_minLength_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_set_minLength_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_minLength_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_set_minLength_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_maxLength_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_maxLength_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_get_maxLength_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_maxLength_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_get_maxLength_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_maxLength_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_maxLength_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_set_maxLength_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_maxLength_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_set_maxLength_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_stiffness_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_stiffness_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_get_stiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_stiffness_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_get_stiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_stiffness_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_stiffness_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_set_stiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_stiffness_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_set_stiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_damping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_damping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_get_damping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_damping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_get_damping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_damping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_damping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_set_damping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_damping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_set_damping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_userData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_userData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_userData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_userData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_userData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_userData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_bodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_bodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_bodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_bodyA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_bodyA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_bodyA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_bodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_bodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_bodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_bodyB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_bodyB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_bodyB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_collideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_collideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_get_collideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_collideConnected_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_collideConnected_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef_set_collideConnected_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2DistanceJointDef___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2DistanceJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2DistanceJointDef___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2DistanceJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDraw_JSDraw_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_JSDraw_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDraw_JSDraw_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_JSDraw_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDraw_JSDraw_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDraw_DrawPolygon_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawPolygon_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDraw_DrawPolygon_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawPolygon_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDraw_DrawPolygon_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDraw_DrawSolidPolygon_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawSolidPolygon_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDraw_DrawSolidPolygon_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawSolidPolygon_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDraw_DrawSolidPolygon_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDraw_DrawCircle_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawCircle_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDraw_DrawCircle_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawCircle_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDraw_DrawCircle_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDraw_DrawSolidCircle_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawSolidCircle_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDraw_DrawSolidCircle_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawSolidCircle_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDraw_DrawSolidCircle_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDraw_DrawParticles_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawParticles_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDraw_DrawParticles_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawParticles_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDraw_DrawParticles_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDraw_DrawSegment_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawSegment_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDraw_DrawSegment_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawSegment_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDraw_DrawSegment_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDraw_DrawTransform_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawTransform_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDraw_DrawTransform_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawTransform_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDraw_DrawTransform_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDraw_DrawPoint_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawPoint_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDraw_DrawPoint_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw_DrawPoint_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDraw_DrawPoint_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_JSDraw___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_JSDraw___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_JSDraw___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_JSDraw___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetLocalAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetLocalAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetLocalAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetLocalAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetLocalAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetLocalAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetLocalAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetLocalAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetLocalAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetLocalAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_SetMaxForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_SetMaxForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_SetMaxForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_SetMaxForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_SetMaxForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetMaxForce_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetMaxForce_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetMaxForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetMaxForce_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetMaxForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_SetMaxTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_SetMaxTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_SetMaxTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_SetMaxTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_SetMaxTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetMaxTorque_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetMaxTorque_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetMaxTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetMaxTorque_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetMaxTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetBodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetBodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetBodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetBodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetBodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetBodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetReactionForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetReactionForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetReactionForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetReactionTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetReactionTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetReactionTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetUserData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetUserData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetUserData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetCollideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetCollideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint_GetCollideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJoint___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJoint___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_b2FrictionJointDef_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_b2FrictionJointDef_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_b2FrictionJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_b2FrictionJointDef_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_b2FrictionJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_Initialize_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_Initialize_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_Initialize_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_Initialize_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_Initialize_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_localAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_localAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_localAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_localAnchorA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_localAnchorA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_localAnchorA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_localAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_localAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_localAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_localAnchorB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_localAnchorB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_localAnchorB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_maxForce_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_maxForce_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_get_maxForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_maxForce_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_get_maxForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_maxForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_maxForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_set_maxForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_maxForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_set_maxForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_maxTorque_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_maxTorque_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_get_maxTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_maxTorque_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_get_maxTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_maxTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_maxTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_set_maxTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_maxTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_set_maxTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_userData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_userData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_userData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_userData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_userData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_userData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_bodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_bodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_bodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_bodyA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_bodyA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_bodyA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_bodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_bodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_bodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_bodyB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_bodyB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_bodyB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_collideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_collideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_get_collideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_collideConnected_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_collideConnected_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef_set_collideConnected_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2FrictionJointDef___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2FrictionJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2FrictionJointDef___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2FrictionJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_GetJoint1_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetJoint1_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_GetJoint1_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetJoint1_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_GetJoint1_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_GetJoint2_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetJoint2_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_GetJoint2_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetJoint2_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_GetJoint2_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_SetRatio_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_SetRatio_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_SetRatio_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_SetRatio_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_SetRatio_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_GetRatio_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetRatio_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_GetRatio_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetRatio_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_GetRatio_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_GetBodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetBodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetBodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_GetBodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetBodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetBodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_GetAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_GetAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_GetReactionForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetReactionForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetReactionForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_GetReactionTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetReactionTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetReactionTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_GetUserData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetUserData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetUserData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint_GetCollideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetCollideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint_GetCollideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJoint___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJoint___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_b2GearJointDef_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_b2GearJointDef_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_b2GearJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_b2GearJointDef_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_b2GearJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_get_joint1_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_joint1_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_get_joint1_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_joint1_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_get_joint1_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_set_joint1_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_joint1_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_set_joint1_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_joint1_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_set_joint1_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_get_joint2_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_joint2_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_get_joint2_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_joint2_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_get_joint2_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_set_joint2_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_joint2_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_set_joint2_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_joint2_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_set_joint2_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_get_ratio_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_ratio_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_get_ratio_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_ratio_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_get_ratio_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_set_ratio_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_ratio_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_set_ratio_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_ratio_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_set_ratio_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_get_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_set_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_get_userData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_userData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_userData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_set_userData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_userData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_userData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_get_bodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_bodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_bodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_set_bodyA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_bodyA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_bodyA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_get_bodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_bodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_bodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_set_bodyB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_bodyB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_bodyB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_get_collideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_collideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_get_collideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef_set_collideConnected_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_collideConnected_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef_set_collideConnected_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2GearJointDef___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2GearJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2GearJointDef___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2GearJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointEdge_b2JointEdge_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_b2JointEdge_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointEdge_b2JointEdge_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_b2JointEdge_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointEdge_b2JointEdge_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointEdge_get_other_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_get_other_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointEdge_get_other_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_get_other_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointEdge_get_other_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointEdge_set_other_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_set_other_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointEdge_set_other_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_set_other_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointEdge_set_other_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointEdge_get_joint_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_get_joint_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointEdge_get_joint_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_get_joint_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointEdge_get_joint_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointEdge_set_joint_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_set_joint_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointEdge_set_joint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_set_joint_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointEdge_set_joint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointEdge_get_prev_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_get_prev_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointEdge_get_prev_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_get_prev_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointEdge_get_prev_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointEdge_set_prev_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_set_prev_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointEdge_set_prev_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_set_prev_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointEdge_set_prev_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointEdge_get_next_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_get_next_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointEdge_get_next_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_get_next_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointEdge_get_next_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointEdge_set_next_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_set_next_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointEdge_set_next_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge_set_next_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointEdge_set_next_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2JointEdge___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2JointEdge___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2JointEdge___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2JointEdge___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Manifold_b2Manifold_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_b2Manifold_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Manifold_b2Manifold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_b2Manifold_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Manifold_b2Manifold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Manifold_get_points_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_get_points_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Manifold_get_points_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_get_points_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Manifold_get_points_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Manifold_set_points_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_set_points_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Manifold_set_points_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_set_points_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Manifold_set_points_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Manifold_get_localNormal_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_get_localNormal_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Manifold_get_localNormal_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_get_localNormal_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Manifold_get_localNormal_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Manifold_set_localNormal_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_set_localNormal_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Manifold_set_localNormal_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_set_localNormal_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Manifold_set_localNormal_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Manifold_get_localPoint_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_get_localPoint_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Manifold_get_localPoint_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_get_localPoint_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Manifold_get_localPoint_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Manifold_set_localPoint_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_set_localPoint_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Manifold_set_localPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_set_localPoint_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Manifold_set_localPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Manifold_get_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_get_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Manifold_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_get_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Manifold_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Manifold_set_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_set_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Manifold_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_set_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Manifold_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Manifold_get_pointCount_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_get_pointCount_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Manifold_get_pointCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_get_pointCount_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Manifold_get_pointCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Manifold_set_pointCount_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_set_pointCount_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Manifold_set_pointCount_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold_set_pointCount_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Manifold_set_pointCount_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Manifold___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Manifold___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Manifold___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Manifold___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WorldManifold_b2WorldManifold_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_b2WorldManifold_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WorldManifold_b2WorldManifold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_b2WorldManifold_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WorldManifold_b2WorldManifold_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WorldManifold_Initialize_5')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_Initialize_5', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WorldManifold_Initialize_5 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_Initialize_5', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WorldManifold_Initialize_5 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WorldManifold_get_normal_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_get_normal_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WorldManifold_get_normal_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_get_normal_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WorldManifold_get_normal_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WorldManifold_set_normal_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_set_normal_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WorldManifold_set_normal_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_set_normal_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WorldManifold_set_normal_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WorldManifold_get_points_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_get_points_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WorldManifold_get_points_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_get_points_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WorldManifold_get_points_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WorldManifold_set_points_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_set_points_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WorldManifold_set_points_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_set_points_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WorldManifold_set_points_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WorldManifold_get_separations_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_get_separations_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WorldManifold_get_separations_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_get_separations_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WorldManifold_get_separations_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WorldManifold_set_separations_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_set_separations_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WorldManifold_set_separations_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold_set_separations_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WorldManifold_set_separations_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WorldManifold___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WorldManifold___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WorldManifold___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WorldManifold___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ManifoldPoint_b2ManifoldPoint_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_b2ManifoldPoint_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ManifoldPoint_b2ManifoldPoint_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_b2ManifoldPoint_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ManifoldPoint_b2ManifoldPoint_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ManifoldPoint_get_localPoint_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_get_localPoint_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ManifoldPoint_get_localPoint_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_get_localPoint_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ManifoldPoint_get_localPoint_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ManifoldPoint_set_localPoint_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_set_localPoint_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ManifoldPoint_set_localPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_set_localPoint_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ManifoldPoint_set_localPoint_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ManifoldPoint_get_normalImpulse_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_get_normalImpulse_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ManifoldPoint_get_normalImpulse_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_get_normalImpulse_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ManifoldPoint_get_normalImpulse_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ManifoldPoint_set_normalImpulse_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_set_normalImpulse_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ManifoldPoint_set_normalImpulse_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_set_normalImpulse_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ManifoldPoint_set_normalImpulse_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ManifoldPoint_get_tangentImpulse_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_get_tangentImpulse_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ManifoldPoint_get_tangentImpulse_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_get_tangentImpulse_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ManifoldPoint_get_tangentImpulse_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ManifoldPoint_set_tangentImpulse_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_set_tangentImpulse_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ManifoldPoint_set_tangentImpulse_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_set_tangentImpulse_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ManifoldPoint_set_tangentImpulse_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ManifoldPoint_get_id_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_get_id_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ManifoldPoint_get_id_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_get_id_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ManifoldPoint_get_id_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ManifoldPoint_set_id_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_set_id_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ManifoldPoint_set_id_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint_set_id_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ManifoldPoint_set_id_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2ManifoldPoint___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2ManifoldPoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2ManifoldPoint___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2ManifoldPoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat22_b2Mat22_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_b2Mat22_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat22_b2Mat22_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_b2Mat22_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat22_b2Mat22_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat22_b2Mat22_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_b2Mat22_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat22_b2Mat22_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_b2Mat22_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat22_b2Mat22_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat22_b2Mat22_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_b2Mat22_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat22_b2Mat22_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_b2Mat22_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat22_b2Mat22_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat22_Set_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_Set_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat22_Set_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_Set_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat22_Set_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat22_SetIdentity_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_SetIdentity_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat22_SetIdentity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_SetIdentity_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat22_SetIdentity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat22_SetZero_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_SetZero_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat22_SetZero_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_SetZero_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat22_SetZero_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat22_GetInverse_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_GetInverse_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat22_GetInverse_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_GetInverse_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat22_GetInverse_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat22_Solve_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_Solve_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat22_Solve_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_Solve_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat22_Solve_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat22_get_ex_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_get_ex_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat22_get_ex_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_get_ex_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat22_get_ex_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat22_set_ex_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_set_ex_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat22_set_ex_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_set_ex_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat22_set_ex_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat22_get_ey_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_get_ey_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat22_get_ey_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_get_ey_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat22_get_ey_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat22_set_ey_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_set_ey_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat22_set_ey_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22_set_ey_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat22_set_ey_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat22___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat22___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat22___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat22___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33_b2Mat33_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_b2Mat33_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33_b2Mat33_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_b2Mat33_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33_b2Mat33_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33_b2Mat33_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_b2Mat33_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33_b2Mat33_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_b2Mat33_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33_b2Mat33_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33_SetZero_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_SetZero_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33_SetZero_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_SetZero_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33_SetZero_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33_Solve33_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_Solve33_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33_Solve33_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_Solve33_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33_Solve33_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33_Solve22_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_Solve22_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33_Solve22_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_Solve22_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33_Solve22_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33_GetInverse22_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_GetInverse22_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33_GetInverse22_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_GetInverse22_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33_GetInverse22_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33_GetSymInverse33_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_GetSymInverse33_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33_GetSymInverse33_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_GetSymInverse33_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33_GetSymInverse33_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33_get_ex_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_get_ex_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33_get_ex_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_get_ex_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33_get_ex_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33_set_ex_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_set_ex_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33_set_ex_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_set_ex_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33_set_ex_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33_get_ey_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_get_ey_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33_get_ey_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_get_ey_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33_get_ey_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33_set_ey_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_set_ey_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33_set_ey_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_set_ey_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33_set_ey_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33_get_ez_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_get_ez_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33_get_ez_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_get_ez_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33_get_ez_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33_set_ez_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_set_ez_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33_set_ez_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33_set_ez_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33_set_ez_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Mat33___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Mat33___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Mat33___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Mat33___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_SetTarget_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_SetTarget_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_SetTarget_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_SetTarget_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_SetTarget_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetTarget_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetTarget_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetTarget_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetTarget_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetTarget_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_SetMaxForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_SetMaxForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_SetMaxForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_SetMaxForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_SetMaxForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetMaxForce_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetMaxForce_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetMaxForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetMaxForce_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetMaxForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_SetStiffness_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_SetStiffness_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_SetStiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_SetStiffness_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_SetStiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetStiffness_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetStiffness_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetStiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetStiffness_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetStiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_SetDamping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_SetDamping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_SetDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_SetDamping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_SetDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetDamping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetDamping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetDamping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetBodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetBodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetBodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetBodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetBodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetBodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetReactionForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetReactionForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetReactionForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetReactionTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetReactionTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetReactionTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetUserData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetUserData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetUserData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint_GetCollideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetCollideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint_GetCollideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJoint___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJoint___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_b2MouseJointDef_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_b2MouseJointDef_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_b2MouseJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_b2MouseJointDef_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_b2MouseJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_target_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_target_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_get_target_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_target_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_get_target_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_target_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_target_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_set_target_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_target_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_set_target_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_maxForce_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_maxForce_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_get_maxForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_maxForce_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_get_maxForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_maxForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_maxForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_set_maxForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_maxForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_set_maxForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_stiffness_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_stiffness_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_get_stiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_stiffness_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_get_stiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_stiffness_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_stiffness_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_set_stiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_stiffness_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_set_stiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_damping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_damping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_get_damping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_damping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_get_damping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_damping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_damping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_set_damping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_damping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_set_damping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_userData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_userData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_userData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_userData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_userData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_userData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_bodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_bodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_bodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_bodyA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_bodyA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_bodyA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_bodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_bodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_bodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_bodyB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_bodyB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_bodyB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_collideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_collideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_get_collideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_collideConnected_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_collideConnected_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef_set_collideConnected_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MouseJointDef___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MouseJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MouseJointDef___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MouseJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_b2PolygonShape_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_b2PolygonShape_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_b2PolygonShape_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_b2PolygonShape_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_b2PolygonShape_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_Set_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_Set_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_Set_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_Set_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_Set_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_SetAsBox_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_SetAsBox_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_SetAsBox_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_SetAsBox_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_SetAsBox_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_SetAsBox_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_SetAsBox_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_SetAsBox_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_SetAsBox_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_SetAsBox_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_GetChildCount_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_GetChildCount_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_GetChildCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_GetChildCount_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_GetChildCount_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_TestPoint_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_TestPoint_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_TestPoint_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_TestPoint_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_TestPoint_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_RayCast_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_RayCast_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_RayCast_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_RayCast_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_RayCast_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_ComputeAABB_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_ComputeAABB_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_ComputeAABB_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_ComputeAABB_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_ComputeAABB_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_ComputeMass_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_ComputeMass_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_ComputeMass_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_ComputeMass_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_ComputeMass_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_centroid_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_centroid_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_get_m_centroid_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_centroid_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_get_m_centroid_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_centroid_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_centroid_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_set_m_centroid_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_centroid_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_set_m_centroid_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_vertices_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_vertices_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_get_m_vertices_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_vertices_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_get_m_vertices_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_vertices_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_vertices_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_set_m_vertices_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_vertices_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_set_m_vertices_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_normals_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_normals_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_get_m_normals_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_normals_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_get_m_normals_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_normals_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_normals_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_set_m_normals_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_normals_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_set_m_normals_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_count_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_count_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_get_m_count_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_count_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_get_m_count_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_count_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_count_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_set_m_count_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_count_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_set_m_count_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_get_m_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_get_m_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_set_m_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_set_m_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_radius_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_radius_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_get_m_radius_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_get_m_radius_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_get_m_radius_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_radius_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_radius_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape_set_m_radius_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape_set_m_radius_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape_set_m_radius_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PolygonShape___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PolygonShape___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PolygonShape___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PolygonShape___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetLocalAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetLocalAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetLocalAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetLocalAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetLocalAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetLocalAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetLocalAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetLocalAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetLocalAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetLocalAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetLocalAxisA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetLocalAxisA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetLocalAxisA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetLocalAxisA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetLocalAxisA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetReferenceAngle_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetReferenceAngle_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetReferenceAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetReferenceAngle_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetReferenceAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetJointTranslation_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetJointTranslation_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetJointTranslation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetJointTranslation_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetJointTranslation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetJointSpeed_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetJointSpeed_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetJointSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetJointSpeed_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetJointSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_IsLimitEnabled_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_IsLimitEnabled_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_IsLimitEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_IsLimitEnabled_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_IsLimitEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_EnableLimit_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_EnableLimit_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_EnableLimit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_EnableLimit_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_EnableLimit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetLowerLimit_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetLowerLimit_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetLowerLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetLowerLimit_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetLowerLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetUpperLimit_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetUpperLimit_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetUpperLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetUpperLimit_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetUpperLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_SetLimits_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_SetLimits_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_SetLimits_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_SetLimits_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_SetLimits_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_IsMotorEnabled_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_IsMotorEnabled_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_IsMotorEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_IsMotorEnabled_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_IsMotorEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_EnableMotor_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_EnableMotor_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_EnableMotor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_EnableMotor_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_EnableMotor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_SetMotorSpeed_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_SetMotorSpeed_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_SetMotorSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_SetMotorSpeed_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_SetMotorSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetMotorSpeed_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetMotorSpeed_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetMotorSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetMotorSpeed_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetMotorSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_SetMaxMotorForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_SetMaxMotorForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_SetMaxMotorForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_SetMaxMotorForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_SetMaxMotorForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetMaxMotorForce_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetMaxMotorForce_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetMaxMotorForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetMaxMotorForce_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetMaxMotorForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetMotorForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetMotorForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetMotorForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetMotorForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetMotorForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetBodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetBodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetBodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetBodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetBodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetBodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetReactionForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetReactionForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetReactionForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetReactionTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetReactionTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetReactionTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetUserData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetUserData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetUserData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetCollideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetCollideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint_GetCollideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJoint___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJoint___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_b2PrismaticJointDef_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_b2PrismaticJointDef_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_b2PrismaticJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_b2PrismaticJointDef_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_b2PrismaticJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_Initialize_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_Initialize_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_Initialize_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_Initialize_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_Initialize_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_localAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_localAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_localAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_localAnchorA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_localAnchorA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_localAnchorA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_localAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_localAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_localAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_localAnchorB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_localAnchorB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_localAnchorB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_localAxisA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_localAxisA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_localAxisA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_localAxisA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_localAxisA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_localAxisA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_localAxisA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_localAxisA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_localAxisA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_localAxisA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_referenceAngle_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_referenceAngle_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_referenceAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_referenceAngle_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_referenceAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_referenceAngle_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_referenceAngle_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_referenceAngle_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_referenceAngle_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_referenceAngle_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_enableLimit_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_enableLimit_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_enableLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_enableLimit_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_enableLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_enableLimit_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_enableLimit_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_enableLimit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_enableLimit_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_enableLimit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_lowerTranslation_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_lowerTranslation_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_lowerTranslation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_lowerTranslation_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_lowerTranslation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_lowerTranslation_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_lowerTranslation_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_lowerTranslation_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_lowerTranslation_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_lowerTranslation_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_upperTranslation_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_upperTranslation_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_upperTranslation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_upperTranslation_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_upperTranslation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_upperTranslation_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_upperTranslation_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_upperTranslation_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_upperTranslation_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_upperTranslation_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_enableMotor_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_enableMotor_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_enableMotor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_enableMotor_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_enableMotor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_enableMotor_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_enableMotor_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_enableMotor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_enableMotor_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_enableMotor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_maxMotorForce_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_maxMotorForce_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_maxMotorForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_maxMotorForce_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_maxMotorForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_maxMotorForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_maxMotorForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_maxMotorForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_maxMotorForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_maxMotorForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_motorSpeed_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_motorSpeed_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_motorSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_motorSpeed_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_motorSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_motorSpeed_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_motorSpeed_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_motorSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_motorSpeed_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_motorSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_userData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_userData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_userData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_userData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_userData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_userData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_bodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_bodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_bodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_bodyA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_bodyA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_bodyA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_bodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_bodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_bodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_bodyB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_bodyB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_bodyB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_collideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_collideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_get_collideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_collideConnected_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_collideConnected_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef_set_collideConnected_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PrismaticJointDef___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PrismaticJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PrismaticJointDef___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PrismaticJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_get_step_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_step_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_get_step_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_step_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_get_step_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_set_step_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_step_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_set_step_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_step_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_set_step_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_get_collide_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_collide_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_get_collide_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_collide_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_get_collide_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_set_collide_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_collide_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_set_collide_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_collide_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_set_collide_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_get_solve_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_solve_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_get_solve_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_solve_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_get_solve_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_set_solve_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_solve_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_set_solve_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_solve_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_set_solve_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_get_solveInit_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_solveInit_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_get_solveInit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_solveInit_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_get_solveInit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_set_solveInit_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_solveInit_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_set_solveInit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_solveInit_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_set_solveInit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_get_solveVelocity_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_solveVelocity_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_get_solveVelocity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_solveVelocity_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_get_solveVelocity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_set_solveVelocity_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_solveVelocity_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_set_solveVelocity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_solveVelocity_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_set_solveVelocity_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_get_solvePosition_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_solvePosition_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_get_solvePosition_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_solvePosition_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_get_solvePosition_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_set_solvePosition_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_solvePosition_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_set_solvePosition_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_solvePosition_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_set_solvePosition_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_get_broadphase_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_broadphase_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_get_broadphase_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_broadphase_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_get_broadphase_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_set_broadphase_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_broadphase_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_set_broadphase_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_broadphase_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_set_broadphase_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_get_solveTOI_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_solveTOI_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_get_solveTOI_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_get_solveTOI_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_get_solveTOI_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile_set_solveTOI_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_solveTOI_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile_set_solveTOI_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile_set_solveTOI_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile_set_solveTOI_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Profile___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Profile___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Profile___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Profile___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetGroundAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetGroundAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetGroundAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetGroundAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetGroundAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetGroundAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetGroundAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetGroundAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetGroundAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetGroundAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetLengthA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetLengthA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetLengthA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetLengthA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetLengthA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetLengthB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetLengthB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetLengthB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetLengthB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetLengthB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetRatio_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetRatio_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetRatio_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetRatio_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetRatio_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetCurrentLengthA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetCurrentLengthA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetCurrentLengthA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetCurrentLengthA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetCurrentLengthA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetCurrentLengthB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetCurrentLengthB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetCurrentLengthB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetCurrentLengthB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetCurrentLengthB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetBodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetBodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetBodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetBodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetBodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetBodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetReactionForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetReactionForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetReactionForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetReactionTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetReactionTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetReactionTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetUserData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetUserData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetUserData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetCollideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetCollideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint_GetCollideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJoint___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJoint___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_b2PulleyJointDef_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_b2PulleyJointDef_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_b2PulleyJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_b2PulleyJointDef_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_b2PulleyJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_Initialize_7')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_Initialize_7', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_Initialize_7 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_Initialize_7', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_Initialize_7 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_groundAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_groundAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_get_groundAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_groundAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_get_groundAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_groundAnchorA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_groundAnchorA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_set_groundAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_groundAnchorA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_set_groundAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_groundAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_groundAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_get_groundAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_groundAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_get_groundAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_groundAnchorB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_groundAnchorB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_set_groundAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_groundAnchorB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_set_groundAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_localAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_localAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_localAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_localAnchorA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_localAnchorA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_localAnchorA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_localAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_localAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_localAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_localAnchorB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_localAnchorB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_localAnchorB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_lengthA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_lengthA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_get_lengthA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_lengthA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_get_lengthA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_lengthA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_lengthA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_set_lengthA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_lengthA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_set_lengthA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_lengthB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_lengthB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_get_lengthB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_lengthB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_get_lengthB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_lengthB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_lengthB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_set_lengthB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_lengthB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_set_lengthB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_ratio_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_ratio_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_get_ratio_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_ratio_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_get_ratio_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_ratio_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_ratio_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_set_ratio_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_ratio_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_set_ratio_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_userData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_userData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_userData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_userData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_userData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_userData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_bodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_bodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_bodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_bodyA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_bodyA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_bodyA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_bodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_bodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_bodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_bodyB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_bodyB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_bodyB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_collideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_collideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_get_collideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_collideConnected_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_collideConnected_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef_set_collideConnected_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2PulleyJointDef___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2PulleyJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2PulleyJointDef___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2PulleyJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RayCastInput_get_p1_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput_get_p1_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RayCastInput_get_p1_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput_get_p1_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RayCastInput_get_p1_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RayCastInput_set_p1_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput_set_p1_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RayCastInput_set_p1_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput_set_p1_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RayCastInput_set_p1_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RayCastInput_get_p2_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput_get_p2_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RayCastInput_get_p2_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput_get_p2_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RayCastInput_get_p2_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RayCastInput_set_p2_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput_set_p2_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RayCastInput_set_p2_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput_set_p2_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RayCastInput_set_p2_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RayCastInput_get_maxFraction_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput_get_maxFraction_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RayCastInput_get_maxFraction_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput_get_maxFraction_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RayCastInput_get_maxFraction_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RayCastInput_set_maxFraction_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput_set_maxFraction_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RayCastInput_set_maxFraction_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput_set_maxFraction_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RayCastInput_set_maxFraction_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RayCastInput___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RayCastInput___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastInput___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RayCastInput___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RayCastOutput_get_normal_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastOutput_get_normal_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RayCastOutput_get_normal_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastOutput_get_normal_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RayCastOutput_get_normal_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RayCastOutput_set_normal_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastOutput_set_normal_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RayCastOutput_set_normal_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastOutput_set_normal_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RayCastOutput_set_normal_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RayCastOutput_get_fraction_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastOutput_get_fraction_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RayCastOutput_get_fraction_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastOutput_get_fraction_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RayCastOutput_get_fraction_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RayCastOutput_set_fraction_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastOutput_set_fraction_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RayCastOutput_set_fraction_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastOutput_set_fraction_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RayCastOutput_set_fraction_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RayCastOutput___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastOutput___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RayCastOutput___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RayCastOutput___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RayCastOutput___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetLocalAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetLocalAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetLocalAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetLocalAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetLocalAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetLocalAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetLocalAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetLocalAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetLocalAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetLocalAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetReferenceAngle_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetReferenceAngle_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetReferenceAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetReferenceAngle_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetReferenceAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetJointAngle_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetJointAngle_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetJointAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetJointAngle_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetJointAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetJointSpeed_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetJointSpeed_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetJointSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetJointSpeed_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetJointSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_IsLimitEnabled_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_IsLimitEnabled_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_IsLimitEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_IsLimitEnabled_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_IsLimitEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_EnableLimit_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_EnableLimit_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_EnableLimit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_EnableLimit_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_EnableLimit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetLowerLimit_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetLowerLimit_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetLowerLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetLowerLimit_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetLowerLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetUpperLimit_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetUpperLimit_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetUpperLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetUpperLimit_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetUpperLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_SetLimits_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_SetLimits_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_SetLimits_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_SetLimits_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_SetLimits_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_IsMotorEnabled_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_IsMotorEnabled_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_IsMotorEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_IsMotorEnabled_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_IsMotorEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_EnableMotor_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_EnableMotor_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_EnableMotor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_EnableMotor_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_EnableMotor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_SetMotorSpeed_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_SetMotorSpeed_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_SetMotorSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_SetMotorSpeed_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_SetMotorSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetMotorSpeed_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetMotorSpeed_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetMotorSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetMotorSpeed_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetMotorSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_SetMaxMotorTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_SetMaxMotorTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_SetMaxMotorTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_SetMaxMotorTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_SetMaxMotorTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetMaxMotorTorque_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetMaxMotorTorque_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetMaxMotorTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetMaxMotorTorque_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetMaxMotorTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetMotorTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetMotorTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetMotorTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetMotorTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetMotorTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetBodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetBodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetBodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetBodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetBodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetBodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetReactionForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetReactionForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetReactionForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetReactionTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetReactionTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetReactionTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetUserData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetUserData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetUserData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetCollideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetCollideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint_GetCollideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJoint___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJoint___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_b2RevoluteJointDef_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_b2RevoluteJointDef_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_b2RevoluteJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_b2RevoluteJointDef_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_b2RevoluteJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_Initialize_3')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_Initialize_3', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_Initialize_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_Initialize_3', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_Initialize_3 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_localAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_localAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_localAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_localAnchorA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_localAnchorA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_localAnchorA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_localAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_localAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_localAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_localAnchorB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_localAnchorB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_localAnchorB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_referenceAngle_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_referenceAngle_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_referenceAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_referenceAngle_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_referenceAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_referenceAngle_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_referenceAngle_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_referenceAngle_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_referenceAngle_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_referenceAngle_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_enableLimit_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_enableLimit_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_enableLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_enableLimit_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_enableLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_enableLimit_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_enableLimit_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_enableLimit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_enableLimit_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_enableLimit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_lowerAngle_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_lowerAngle_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_lowerAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_lowerAngle_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_lowerAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_lowerAngle_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_lowerAngle_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_lowerAngle_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_lowerAngle_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_lowerAngle_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_upperAngle_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_upperAngle_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_upperAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_upperAngle_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_upperAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_upperAngle_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_upperAngle_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_upperAngle_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_upperAngle_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_upperAngle_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_enableMotor_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_enableMotor_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_enableMotor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_enableMotor_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_enableMotor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_enableMotor_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_enableMotor_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_enableMotor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_enableMotor_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_enableMotor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_motorSpeed_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_motorSpeed_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_motorSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_motorSpeed_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_motorSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_motorSpeed_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_motorSpeed_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_motorSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_motorSpeed_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_motorSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_maxMotorTorque_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_maxMotorTorque_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_maxMotorTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_maxMotorTorque_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_maxMotorTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_maxMotorTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_maxMotorTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_maxMotorTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_maxMotorTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_maxMotorTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_userData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_userData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_userData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_userData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_userData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_userData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_bodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_bodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_bodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_bodyA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_bodyA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_bodyA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_bodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_bodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_bodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_bodyB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_bodyB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_bodyB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_collideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_collideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_get_collideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_collideConnected_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_collideConnected_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef_set_collideConnected_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RevoluteJointDef___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RevoluteJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RevoluteJointDef___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RevoluteJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Rot_b2Rot_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_b2Rot_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Rot_b2Rot_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_b2Rot_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Rot_b2Rot_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Rot_b2Rot_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_b2Rot_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Rot_b2Rot_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_b2Rot_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Rot_b2Rot_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Rot_Set_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_Set_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Rot_Set_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_Set_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Rot_Set_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Rot_SetIdentity_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_SetIdentity_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Rot_SetIdentity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_SetIdentity_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Rot_SetIdentity_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Rot_GetAngle_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_GetAngle_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Rot_GetAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_GetAngle_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Rot_GetAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Rot_GetXAxis_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_GetXAxis_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Rot_GetXAxis_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_GetXAxis_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Rot_GetXAxis_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Rot_GetYAxis_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_GetYAxis_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Rot_GetYAxis_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_GetYAxis_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Rot_GetYAxis_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Rot_get_s_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_get_s_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Rot_get_s_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_get_s_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Rot_get_s_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Rot_set_s_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_set_s_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Rot_set_s_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_set_s_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Rot_set_s_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Rot_get_c_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_get_c_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Rot_get_c_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_get_c_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Rot_get_c_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Rot_set_c_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_set_c_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Rot_set_c_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot_set_c_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Rot_set_c_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2Rot___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2Rot___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2Rot___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2Rot___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetLocalAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetLocalAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetLocalAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetLocalAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetLocalAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetLocalAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetLocalAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetLocalAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetLocalAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetLocalAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetLocalAxisA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetLocalAxisA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetLocalAxisA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetLocalAxisA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetLocalAxisA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetJointTranslation_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetJointTranslation_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetJointTranslation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetJointTranslation_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetJointTranslation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetJointLinearSpeed_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetJointLinearSpeed_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetJointLinearSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetJointLinearSpeed_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetJointLinearSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetJointAngle_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetJointAngle_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetJointAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetJointAngle_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetJointAngle_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetJointAngularSpeed_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetJointAngularSpeed_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetJointAngularSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetJointAngularSpeed_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetJointAngularSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_IsLimitEnabled_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_IsLimitEnabled_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_IsLimitEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_IsLimitEnabled_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_IsLimitEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_EnableLimit_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_EnableLimit_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_EnableLimit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_EnableLimit_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_EnableLimit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetLowerLimit_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetLowerLimit_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetLowerLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetLowerLimit_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetLowerLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetUpperLimit_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetUpperLimit_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetUpperLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetUpperLimit_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetUpperLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_SetLimits_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_SetLimits_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_SetLimits_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_SetLimits_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_SetLimits_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_IsMotorEnabled_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_IsMotorEnabled_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_IsMotorEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_IsMotorEnabled_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_IsMotorEnabled_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_EnableMotor_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_EnableMotor_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_EnableMotor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_EnableMotor_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_EnableMotor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_SetMotorSpeed_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_SetMotorSpeed_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_SetMotorSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_SetMotorSpeed_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_SetMotorSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetMotorSpeed_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetMotorSpeed_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetMotorSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetMotorSpeed_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetMotorSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_SetMaxMotorTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_SetMaxMotorTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_SetMaxMotorTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_SetMaxMotorTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_SetMaxMotorTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetMaxMotorTorque_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetMaxMotorTorque_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetMaxMotorTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetMaxMotorTorque_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetMaxMotorTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetMotorTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetMotorTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetMotorTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetMotorTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetMotorTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_SetStiffness_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_SetStiffness_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_SetStiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_SetStiffness_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_SetStiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetStiffness_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetStiffness_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetStiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetStiffness_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetStiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_SetDamping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_SetDamping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_SetDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_SetDamping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_SetDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetDamping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetDamping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetDamping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetBodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetBodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetBodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetBodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetBodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetBodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetReactionForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetReactionForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetReactionForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetReactionTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetReactionTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetReactionTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetUserData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetUserData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetUserData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint_GetCollideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetCollideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint_GetCollideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJoint___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJoint___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_b2WheelJointDef_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_b2WheelJointDef_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_b2WheelJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_b2WheelJointDef_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_b2WheelJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_Initialize_4')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_Initialize_4', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_Initialize_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_Initialize_4', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_Initialize_4 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_localAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_localAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_localAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_localAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_localAnchorA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_localAnchorA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_localAnchorA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_localAnchorA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_localAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_localAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_localAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_localAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_localAnchorB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_localAnchorB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_localAnchorB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_localAnchorB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_localAxisA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_localAxisA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_localAxisA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_localAxisA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_localAxisA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_localAxisA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_localAxisA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_localAxisA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_localAxisA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_localAxisA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_enableLimit_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_enableLimit_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_enableLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_enableLimit_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_enableLimit_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_enableLimit_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_enableLimit_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_enableLimit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_enableLimit_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_enableLimit_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_lowerTranslation_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_lowerTranslation_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_lowerTranslation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_lowerTranslation_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_lowerTranslation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_lowerTranslation_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_lowerTranslation_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_lowerTranslation_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_lowerTranslation_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_lowerTranslation_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_upperTranslation_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_upperTranslation_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_upperTranslation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_upperTranslation_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_upperTranslation_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_upperTranslation_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_upperTranslation_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_upperTranslation_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_upperTranslation_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_upperTranslation_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_enableMotor_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_enableMotor_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_enableMotor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_enableMotor_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_enableMotor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_enableMotor_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_enableMotor_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_enableMotor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_enableMotor_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_enableMotor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_maxMotorTorque_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_maxMotorTorque_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_maxMotorTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_maxMotorTorque_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_maxMotorTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_maxMotorTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_maxMotorTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_maxMotorTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_maxMotorTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_maxMotorTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_motorSpeed_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_motorSpeed_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_motorSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_motorSpeed_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_motorSpeed_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_motorSpeed_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_motorSpeed_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_motorSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_motorSpeed_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_motorSpeed_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_stiffness_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_stiffness_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_stiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_stiffness_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_stiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_stiffness_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_stiffness_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_stiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_stiffness_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_stiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_damping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_damping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_damping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_damping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_damping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_damping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_damping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_damping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_damping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_damping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_userData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_userData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_userData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_userData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_userData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_userData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_bodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_bodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_bodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_bodyA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_bodyA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_bodyA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_bodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_bodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_bodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_bodyB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_bodyB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_bodyB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_collideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_collideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_get_collideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_collideConnected_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_collideConnected_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef_set_collideConnected_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2WheelJointDef___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2WheelJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2WheelJointDef___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2WheelJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_SetLinearOffset_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_SetLinearOffset_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_SetLinearOffset_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_SetLinearOffset_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_SetLinearOffset_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetLinearOffset_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetLinearOffset_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetLinearOffset_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetLinearOffset_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetLinearOffset_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_SetAngularOffset_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_SetAngularOffset_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_SetAngularOffset_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_SetAngularOffset_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_SetAngularOffset_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetAngularOffset_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetAngularOffset_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetAngularOffset_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetAngularOffset_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetAngularOffset_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_SetMaxForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_SetMaxForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_SetMaxForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_SetMaxForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_SetMaxForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetMaxForce_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetMaxForce_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetMaxForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetMaxForce_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetMaxForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_SetMaxTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_SetMaxTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_SetMaxTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_SetMaxTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_SetMaxTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetMaxTorque_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetMaxTorque_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetMaxTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetMaxTorque_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetMaxTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_SetCorrectionFactor_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_SetCorrectionFactor_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_SetCorrectionFactor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_SetCorrectionFactor_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_SetCorrectionFactor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetCorrectionFactor_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetCorrectionFactor_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetCorrectionFactor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetCorrectionFactor_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetCorrectionFactor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetType_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetType_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetType_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetType_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetBodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetBodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetBodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetBodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetBodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetBodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetBodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetBodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetAnchorA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetAnchorA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetAnchorA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetAnchorA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetAnchorB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetAnchorB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetAnchorB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetAnchorB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetReactionForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetReactionForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetReactionForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetReactionForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetReactionTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetReactionTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetReactionTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetReactionTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetNext_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetNext_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetNext_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetNext_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetUserData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetUserData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetUserData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetUserData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint_GetCollideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetCollideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint_GetCollideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint_GetCollideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJoint___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJoint___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJoint___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_b2MotorJointDef_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_b2MotorJointDef_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_b2MotorJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_b2MotorJointDef_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_b2MotorJointDef_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_Initialize_2')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_Initialize_2', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_Initialize_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_Initialize_2', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_Initialize_2 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_linearOffset_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_linearOffset_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_get_linearOffset_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_linearOffset_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_get_linearOffset_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_linearOffset_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_linearOffset_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_set_linearOffset_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_linearOffset_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_set_linearOffset_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_angularOffset_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_angularOffset_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_get_angularOffset_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_angularOffset_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_get_angularOffset_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_angularOffset_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_angularOffset_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_set_angularOffset_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_angularOffset_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_set_angularOffset_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_maxForce_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_maxForce_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_get_maxForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_maxForce_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_get_maxForce_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_maxForce_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_maxForce_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_set_maxForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_maxForce_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_set_maxForce_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_maxTorque_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_maxTorque_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_get_maxTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_maxTorque_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_get_maxTorque_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_maxTorque_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_maxTorque_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_set_maxTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_maxTorque_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_set_maxTorque_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_correctionFactor_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_correctionFactor_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_get_correctionFactor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_correctionFactor_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_get_correctionFactor_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_correctionFactor_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_correctionFactor_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_set_correctionFactor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_correctionFactor_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_set_correctionFactor_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_type_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_type_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_type_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_get_type_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_type_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_type_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_type_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_set_type_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_userData_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_userData_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_userData_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_get_userData_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_userData_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_userData_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_userData_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_set_userData_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_bodyA_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_bodyA_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_bodyA_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_get_bodyA_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_bodyA_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_bodyA_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_bodyA_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_set_bodyA_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_bodyB_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_bodyB_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_bodyB_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_get_bodyB_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_bodyB_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_bodyB_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_bodyB_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_set_bodyB_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_collideConnected_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_collideConnected_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_get_collideConnected_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_get_collideConnected_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_collideConnected_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_collideConnected_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef_set_collideConnected_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef_set_collideConnected_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2MotorJointDef___destroy___0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef___destroy___0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2MotorJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2MotorJointDef___destroy___0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2MotorJointDef___destroy___0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_b2RopeTuning_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_b2RopeTuning_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_b2RopeTuning_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_b2RopeTuning_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_b2RopeTuning_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_get_stretchingModel_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_stretchingModel_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_get_stretchingModel_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_stretchingModel_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_get_stretchingModel_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_set_stretchingModel_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_stretchingModel_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_set_stretchingModel_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_stretchingModel_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_set_stretchingModel_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_get_bendingModel_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_bendingModel_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_get_bendingModel_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_bendingModel_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_get_bendingModel_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_set_bendingModel_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_bendingModel_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_set_bendingModel_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_bendingModel_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_set_bendingModel_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_get_damping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_damping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_get_damping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_damping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_get_damping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_set_damping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_damping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_set_damping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_damping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_set_damping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_get_stretchStiffness_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_stretchStiffness_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_get_stretchStiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_stretchStiffness_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_get_stretchStiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_set_stretchStiffness_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_stretchStiffness_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_set_stretchStiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_stretchStiffness_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_set_stretchStiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_get_stretchHertz_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_stretchHertz_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_get_stretchHertz_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_stretchHertz_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_get_stretchHertz_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_set_stretchHertz_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_stretchHertz_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_set_stretchHertz_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_stretchHertz_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_set_stretchHertz_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_get_stretchDamping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_stretchDamping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_get_stretchDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_stretchDamping_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_get_stretchDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_set_stretchDamping_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_stretchDamping_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_set_stretchDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_stretchDamping_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_set_stretchDamping_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_get_bendStiffness_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_bendStiffness_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_get_bendStiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_bendStiffness_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_get_bendStiffness_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_set_bendStiffness_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_bendStiffness_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_set_bendStiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_bendStiffness_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_set_bendStiffness_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_get_bendHertz_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_bendHertz_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_get_bendHertz_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_bendHertz_0', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_get_bendHertz_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_set_bendHertz_1')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_bendHertz_1', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_set_bendHertz_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_set_bendHertz_1', { configurable: true, set: function() { abort('You are setting _emscripten_bind_b2RopeTuning_set_bendHertz_1 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
}
if (!Object.getOwnPropertyDescriptor(Module['ready'], '_emscripten_bind_b2RopeTuning_get_bendDamping_0')) {
Object.defineProperty(Module['ready'], '_emscripten_bind_b2RopeTuning_get_bendDamping_0', { configurable: true, get: function() { abort('You are getting _emscripten_bind_b2RopeTuning_get_bendDamping_0 on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js') } });
Object.defineProperty(Module['ready'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment