@ox-content/wasm 2.75.1 → 2.79.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 +14 -14
- package/ox_content_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/ox_content_wasm.js
CHANGED
|
@@ -187,15 +187,15 @@ export function version() {
|
|
|
187
187
|
function __wbg_get_imports() {
|
|
188
188
|
const import0 = {
|
|
189
189
|
__proto__: null,
|
|
190
|
-
|
|
190
|
+
__wbg_Error_92b29b0548f8b746: function(arg0, arg1) {
|
|
191
191
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
192
192
|
return addHeapObject(ret);
|
|
193
193
|
},
|
|
194
|
-
|
|
194
|
+
__wbg___wbindgen_is_string_ea5e6cc2e4141dfe: function(arg0) {
|
|
195
195
|
const ret = typeof(getObject(arg0)) === 'string';
|
|
196
196
|
return ret;
|
|
197
197
|
},
|
|
198
|
-
|
|
198
|
+
__wbg___wbindgen_string_get_b0ca35b86a603356: function(arg0, arg1) {
|
|
199
199
|
const obj = getObject(arg1);
|
|
200
200
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
201
201
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
@@ -203,29 +203,29 @@ function __wbg_get_imports() {
|
|
|
203
203
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
204
204
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
205
205
|
},
|
|
206
|
-
|
|
206
|
+
__wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
|
|
207
207
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
208
208
|
},
|
|
209
|
-
|
|
210
|
-
const ret = new
|
|
209
|
+
__wbg_new_32b398fb48b6d94a: function() {
|
|
210
|
+
const ret = new Array();
|
|
211
211
|
return addHeapObject(ret);
|
|
212
212
|
},
|
|
213
|
-
|
|
213
|
+
__wbg_new_7796ffc7ed656783: function() {
|
|
214
214
|
const ret = new Map();
|
|
215
215
|
return addHeapObject(ret);
|
|
216
216
|
},
|
|
217
|
-
|
|
218
|
-
const ret = new
|
|
217
|
+
__wbg_new_da52cf8fe3429cb2: function() {
|
|
218
|
+
const ret = new Object();
|
|
219
219
|
return addHeapObject(ret);
|
|
220
220
|
},
|
|
221
|
-
|
|
222
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
223
|
-
},
|
|
224
|
-
__wbg_set_9a1d61e17de7054c: function(arg0, arg1, arg2) {
|
|
221
|
+
__wbg_set_575dd786d51585f8: function(arg0, arg1, arg2) {
|
|
225
222
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
226
223
|
return addHeapObject(ret);
|
|
227
224
|
},
|
|
228
|
-
|
|
225
|
+
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
226
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
227
|
+
},
|
|
228
|
+
__wbg_set_8a16b38e4805b298: function(arg0, arg1, arg2) {
|
|
229
229
|
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
230
230
|
},
|
|
231
231
|
__wbindgen_cast_0000000000000001: function(arg0) {
|
package/ox_content_wasm_bg.wasm
CHANGED
|
Binary file
|