@iyulab/u-nesting 0.8.0 → 0.10.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_6cff064c44e0d823: function(arg0) {
136
+ __wbg___wbindgen_is_undefined_8c687d0b90d5b524: function(arg0) {
137
137
  const ret = getObject(arg0) === undefined;
138
138
  return ret;
139
139
  },
140
- __wbg___wbindgen_throw_bb96b2010945f0bc: function(arg0, arg1) {
140
+ __wbg___wbindgen_throw_5d9e815e6fdf150f: function(arg0, arg1) {
141
141
  throw new Error(getStringFromWasm0(arg0, arg1));
142
142
  },
143
- __wbg_getRandomValues_a608c4436c19407a: function() { return handleError(function (arg0, arg1) {
143
+ __wbg_getRandomValues_436a51d0629d84e1: 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_THIS_466428f93b4eaa76: function() {
155
- const ret = typeof globalThis === 'undefined' ? null : globalThis;
154
+ __wbg_static_accessor_GLOBAL_8eb4cd83130a11a0: function() {
155
+ const ret = typeof global === 'undefined' ? null : global;
156
156
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
157
157
  },
158
- __wbg_static_accessor_GLOBAL_c7aea38d4de089bc: function() {
159
- const ret = typeof global === 'undefined' ? null : global;
158
+ __wbg_static_accessor_GLOBAL_THIS_1e7044f654e934db: function() {
159
+ const ret = typeof globalThis === 'undefined' ? null : globalThis;
160
160
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
161
161
  },
162
- __wbg_static_accessor_SELF_42d4fae05e59267a: function() {
162
+ __wbg_static_accessor_SELF_d8b50611246a6d92: 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_e0db14a0eba6a812: function() {
166
+ __wbg_static_accessor_WINDOW_fd0bc376bf0f8b42: 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.8.0",
8
+ "version": "0.10.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_6cff064c44e0d823(arg0) {
126
+ export function __wbg___wbindgen_is_undefined_8c687d0b90d5b524(arg0) {
127
127
  const ret = getObject(arg0) === undefined;
128
128
  return ret;
129
129
  }
130
- export function __wbg___wbindgen_throw_bb96b2010945f0bc(arg0, arg1) {
130
+ export function __wbg___wbindgen_throw_5d9e815e6fdf150f(arg0, arg1) {
131
131
  throw new Error(getStringFromWasm0(arg0, arg1));
132
132
  }
133
- export function __wbg_getRandomValues_a608c4436c19407a() { return handleError(function (arg0, arg1) {
133
+ export function __wbg_getRandomValues_436a51d0629d84e1() { 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_THIS_466428f93b4eaa76() {
145
- const ret = typeof globalThis === 'undefined' ? null : globalThis;
144
+ export function __wbg_static_accessor_GLOBAL_8eb4cd83130a11a0() {
145
+ const ret = typeof global === 'undefined' ? null : global;
146
146
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
147
147
  }
148
- export function __wbg_static_accessor_GLOBAL_c7aea38d4de089bc() {
149
- const ret = typeof global === 'undefined' ? null : global;
148
+ export function __wbg_static_accessor_GLOBAL_THIS_1e7044f654e934db() {
149
+ const ret = typeof globalThis === 'undefined' ? null : globalThis;
150
150
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
151
151
  }
152
- export function __wbg_static_accessor_SELF_42d4fae05e59267a() {
152
+ export function __wbg_static_accessor_SELF_d8b50611246a6d92() {
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_e0db14a0eba6a812() {
156
+ export function __wbg_static_accessor_WINDOW_fd0bc376bf0f8b42() {
157
157
  const ret = typeof window === 'undefined' ? null : window;
158
158
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
159
159
  }
Binary file