@iyulab/u-nesting 0.3.5 → 0.4.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.
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.3.5",
8
+ "version": "0.4.0",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
@@ -123,11 +123,11 @@ export function version() {
123
123
  wasm.__wbindgen_export2(deferred1_0, deferred1_1, 1);
124
124
  }
125
125
  }
126
- export function __wbg___wbindgen_is_undefined_67b456be8673d3d7(arg0) {
126
+ export function __wbg___wbindgen_is_undefined_4410e3c20a99fa97(arg0) {
127
127
  const ret = getObject(arg0) === undefined;
128
128
  return ret;
129
129
  }
130
- export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
130
+ export function __wbg___wbindgen_throw_bbadd78c1bac3a77(arg0, arg1) {
131
131
  throw new Error(getStringFromWasm0(arg0, arg1));
132
132
  }
133
133
  export function __wbg_getRandomValues_3f44b700395062e5() { return handleError(function (arg0, arg1) {
@@ -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_9d53f2689e622ca1() {
144
+ export function __wbg_static_accessor_GLOBAL_60a4124bab7dcc9a() {
145
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_THIS_a1a35cec07001a8a() {
148
+ export function __wbg_static_accessor_GLOBAL_THIS_95ca6460658b5d13() {
149
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_4c59f6c7ea29a144() {
152
+ export function __wbg_static_accessor_SELF_4c95f759a91e9aae() {
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_e70ae9f2eb052253() {
156
+ export function __wbg_static_accessor_WINDOW_44b435597f9e9ee7() {
157
157
  const ret = typeof window === 'undefined' ? null : window;
158
158
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
159
159
  }
Binary file