@ox-content/wasm 2.70.0 → 2.72.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 +13 -13
- 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_fdd633d4bb5dd76a: function(arg0, arg1) {
|
|
191
191
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
192
192
|
return addHeapObject(ret);
|
|
193
193
|
},
|
|
194
|
-
|
|
194
|
+
__wbg___wbindgen_is_string_1fca8072260dd261: function(arg0) {
|
|
195
195
|
const ret = typeof(getObject(arg0)) === 'string';
|
|
196
196
|
return ret;
|
|
197
197
|
},
|
|
198
|
-
|
|
198
|
+
__wbg___wbindgen_string_get_71bb4348194e31f0: 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_ea4887a5f8f9a9db: function(arg0, arg1) {
|
|
207
207
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
208
208
|
},
|
|
209
|
-
|
|
210
|
-
const ret = new Array();
|
|
211
|
-
return addHeapObject(ret);
|
|
212
|
-
},
|
|
213
|
-
__wbg_new_20b778a4c5c691c3: function() {
|
|
209
|
+
__wbg_new_2e117a478906f062: function() {
|
|
214
210
|
const ret = new Object();
|
|
215
211
|
return addHeapObject(ret);
|
|
216
212
|
},
|
|
217
|
-
|
|
213
|
+
__wbg_new_3444eb7412549f0b: function() {
|
|
218
214
|
const ret = new Map();
|
|
219
215
|
return addHeapObject(ret);
|
|
220
216
|
},
|
|
221
|
-
|
|
222
|
-
const ret =
|
|
217
|
+
__wbg_new_36e147a8ced3c6e0: function() {
|
|
218
|
+
const ret = new Array();
|
|
223
219
|
return addHeapObject(ret);
|
|
224
220
|
},
|
|
225
221
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
226
222
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
227
223
|
},
|
|
228
|
-
|
|
224
|
+
__wbg_set_9a1d61e17de7054c: function(arg0, arg1, arg2) {
|
|
225
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
226
|
+
return addHeapObject(ret);
|
|
227
|
+
},
|
|
228
|
+
__wbg_set_dc601f4a69da0bc2: 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
|