@ox-content/wasm 2.64.0 → 2.65.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/ox_content_wasm.js +11 -11
- package/ox_content_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/ox_content_wasm.js
CHANGED
|
@@ -150,15 +150,15 @@ export function version() {
|
|
|
150
150
|
function __wbg_get_imports() {
|
|
151
151
|
const import0 = {
|
|
152
152
|
__proto__: null,
|
|
153
|
-
|
|
153
|
+
__wbg_Error_9dc85fe1bc224456: function(arg0, arg1) {
|
|
154
154
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
155
155
|
return addHeapObject(ret);
|
|
156
156
|
},
|
|
157
|
-
|
|
157
|
+
__wbg___wbindgen_is_string_6541b0f6ecd4e8e5: function(arg0) {
|
|
158
158
|
const ret = typeof(getObject(arg0)) === 'string';
|
|
159
159
|
return ret;
|
|
160
160
|
},
|
|
161
|
-
|
|
161
|
+
__wbg___wbindgen_string_get_fa2687d531ed17a5: function(arg0, arg1) {
|
|
162
162
|
const obj = getObject(arg1);
|
|
163
163
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
164
164
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
@@ -166,29 +166,29 @@ function __wbg_get_imports() {
|
|
|
166
166
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
167
167
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
168
168
|
},
|
|
169
|
-
|
|
169
|
+
__wbg___wbindgen_throw_bbadd78c1bac3a77: function(arg0, arg1) {
|
|
170
170
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
171
171
|
},
|
|
172
|
-
|
|
173
|
-
const ret = new
|
|
172
|
+
__wbg_new_0b303268aa395a38: function() {
|
|
173
|
+
const ret = new Array();
|
|
174
174
|
return addHeapObject(ret);
|
|
175
175
|
},
|
|
176
|
-
|
|
176
|
+
__wbg_new_20b778a4c5c691c3: function() {
|
|
177
177
|
const ret = new Object();
|
|
178
178
|
return addHeapObject(ret);
|
|
179
179
|
},
|
|
180
|
-
|
|
181
|
-
const ret = new
|
|
180
|
+
__wbg_new_883c0db065f06efd: function() {
|
|
181
|
+
const ret = new Map();
|
|
182
182
|
return addHeapObject(ret);
|
|
183
183
|
},
|
|
184
|
-
|
|
184
|
+
__wbg_set_5f806304fb633ab3: function(arg0, arg1, arg2) {
|
|
185
185
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
186
186
|
return addHeapObject(ret);
|
|
187
187
|
},
|
|
188
188
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
189
189
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
190
190
|
},
|
|
191
|
-
|
|
191
|
+
__wbg_set_da33c120a6584674: function(arg0, arg1, arg2) {
|
|
192
192
|
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
193
193
|
},
|
|
194
194
|
__wbindgen_cast_0000000000000001: function(arg0) {
|
package/ox_content_wasm_bg.wasm
CHANGED
|
Binary file
|