@iyulab/u-nesting 0.7.2 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -133,14 +133,14 @@ exports.version = version;
133
133
  function __wbg_get_imports() {
134
134
  const import0 = {
135
135
  __proto__: null,
136
- __wbg___wbindgen_is_undefined_c05833b95a3cf397: function(arg0) {
136
+ __wbg___wbindgen_is_undefined_6cff064c44e0d823: function(arg0) {
137
137
  const ret = getObject(arg0) === undefined;
138
138
  return ret;
139
139
  },
140
- __wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
140
+ __wbg___wbindgen_throw_bb96b2010945f0bc: function(arg0, arg1) {
141
141
  throw new Error(getStringFromWasm0(arg0, arg1));
142
142
  },
143
- __wbg_getRandomValues_3f44b700395062e5: function() { return handleError(function (arg0, arg1) {
143
+ __wbg_getRandomValues_a608c4436c19407a: function() { return handleError(function (arg0, arg1) {
144
144
  globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
145
145
  }, arguments); },
146
146
  __wbg_now_e7c6795a7f81e10f: function(arg0) {
@@ -151,19 +151,19 @@ function __wbg_get_imports() {
151
151
  const ret = getObject(arg0).performance;
152
152
  return addHeapObject(ret);
153
153
  },
154
- __wbg_static_accessor_GLOBAL_4ef717fb391d88b7: function() {
155
- const ret = typeof global === 'undefined' ? null : global;
154
+ __wbg_static_accessor_GLOBAL_THIS_466428f93b4eaa76: function() {
155
+ const ret = typeof globalThis === 'undefined' ? null : globalThis;
156
156
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
157
157
  },
158
- __wbg_static_accessor_GLOBAL_THIS_8d1badc68b5a74f4: function() {
159
- const ret = typeof globalThis === 'undefined' ? null : globalThis;
158
+ __wbg_static_accessor_GLOBAL_c7aea38d4de089bc: function() {
159
+ const ret = typeof global === 'undefined' ? null : global;
160
160
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
161
161
  },
162
- __wbg_static_accessor_SELF_146583524fe1469b: function() {
162
+ __wbg_static_accessor_SELF_42d4fae05e59267a: function() {
163
163
  const ret = typeof self === 'undefined' ? null : self;
164
164
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
165
165
  },
166
- __wbg_static_accessor_WINDOW_f2829a2234d7819e: function() {
166
+ __wbg_static_accessor_WINDOW_e0db14a0eba6a812: function() {
167
167
  const ret = typeof window === 'undefined' ? null : window;
168
168
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
169
169
  },
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "iyulab"
6
6
  ],
7
7
  "description": "WebAssembly bindings for U-Nesting spatial optimization engine",
8
- "version": "0.7.2",
8
+ "version": "0.9.0",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
@@ -123,14 +123,14 @@ export function version() {
123
123
  wasm.__wbindgen_export2(deferred1_0, deferred1_1, 1);
124
124
  }
125
125
  }
126
- export function __wbg___wbindgen_is_undefined_c05833b95a3cf397(arg0) {
126
+ export function __wbg___wbindgen_is_undefined_6cff064c44e0d823(arg0) {
127
127
  const ret = getObject(arg0) === undefined;
128
128
  return ret;
129
129
  }
130
- export function __wbg___wbindgen_throw_344f42d3211c4765(arg0, arg1) {
130
+ export function __wbg___wbindgen_throw_bb96b2010945f0bc(arg0, arg1) {
131
131
  throw new Error(getStringFromWasm0(arg0, arg1));
132
132
  }
133
- export function __wbg_getRandomValues_3f44b700395062e5() { return handleError(function (arg0, arg1) {
133
+ export function __wbg_getRandomValues_a608c4436c19407a() { return handleError(function (arg0, arg1) {
134
134
  globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
135
135
  }, arguments); }
136
136
  export function __wbg_now_e7c6795a7f81e10f(arg0) {
@@ -141,19 +141,19 @@ export function __wbg_performance_3fcf6e32a7e1ed0a(arg0) {
141
141
  const ret = getObject(arg0).performance;
142
142
  return addHeapObject(ret);
143
143
  }
144
- export function __wbg_static_accessor_GLOBAL_4ef717fb391d88b7() {
145
- const ret = typeof global === 'undefined' ? null : global;
144
+ export function __wbg_static_accessor_GLOBAL_THIS_466428f93b4eaa76() {
145
+ const ret = typeof globalThis === 'undefined' ? null : globalThis;
146
146
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
147
147
  }
148
- export function __wbg_static_accessor_GLOBAL_THIS_8d1badc68b5a74f4() {
149
- const ret = typeof globalThis === 'undefined' ? null : globalThis;
148
+ export function __wbg_static_accessor_GLOBAL_c7aea38d4de089bc() {
149
+ const ret = typeof global === 'undefined' ? null : global;
150
150
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
151
151
  }
152
- export function __wbg_static_accessor_SELF_146583524fe1469b() {
152
+ export function __wbg_static_accessor_SELF_42d4fae05e59267a() {
153
153
  const ret = typeof self === 'undefined' ? null : self;
154
154
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
155
155
  }
156
- export function __wbg_static_accessor_WINDOW_f2829a2234d7819e() {
156
+ export function __wbg_static_accessor_WINDOW_e0db14a0eba6a812() {
157
157
  const ret = typeof window === 'undefined' ? null : window;
158
158
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
159
159
  }
Binary file