@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.
package/node/u_nesting_wasm.cjs
CHANGED
|
@@ -133,14 +133,14 @@ exports.version = version;
|
|
|
133
133
|
function __wbg_get_imports() {
|
|
134
134
|
const import0 = {
|
|
135
135
|
__proto__: null,
|
|
136
|
-
|
|
136
|
+
__wbg___wbindgen_is_undefined_8c687d0b90d5b524: function(arg0) {
|
|
137
137
|
const ret = getObject(arg0) === undefined;
|
|
138
138
|
return ret;
|
|
139
139
|
},
|
|
140
|
-
|
|
140
|
+
__wbg___wbindgen_throw_5d9e815e6fdf150f: function(arg0, arg1) {
|
|
141
141
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
142
142
|
},
|
|
143
|
-
|
|
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
|
-
|
|
155
|
-
const ret = typeof
|
|
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
|
-
|
|
159
|
-
const ret = typeof
|
|
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
|
-
|
|
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
|
-
|
|
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
package/u_nesting_wasm_bg.js
CHANGED
|
@@ -123,14 +123,14 @@ export function version() {
|
|
|
123
123
|
wasm.__wbindgen_export2(deferred1_0, deferred1_1, 1);
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
export function
|
|
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
|
|
130
|
+
export function __wbg___wbindgen_throw_5d9e815e6fdf150f(arg0, arg1) {
|
|
131
131
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
132
132
|
}
|
|
133
|
-
export function
|
|
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
|
|
145
|
-
const ret = typeof
|
|
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
|
|
149
|
-
const ret = typeof
|
|
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
|
|
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
|
|
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
|
}
|
package/u_nesting_wasm_bg.wasm
CHANGED
|
Binary file
|