@ox-content/wasm 2.64.0 → 2.66.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.
@@ -150,15 +150,15 @@ export function version() {
150
150
  function __wbg_get_imports() {
151
151
  const import0 = {
152
152
  __proto__: null,
153
- __wbg_Error_ef53bc310eb298a0: function(arg0, arg1) {
153
+ __wbg_Error_9dc85fe1bc224456: function(arg0, arg1) {
154
154
  const ret = Error(getStringFromWasm0(arg0, arg1));
155
155
  return addHeapObject(ret);
156
156
  },
157
- __wbg___wbindgen_is_string_c236cabd84a4d769: function(arg0) {
157
+ __wbg___wbindgen_is_string_6541b0f6ecd4e8e5: function(arg0) {
158
158
  const ret = typeof(getObject(arg0)) === 'string';
159
159
  return ret;
160
160
  },
161
- __wbg___wbindgen_string_get_72bdf95d3ae505b1: function(arg0, arg1) {
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
- __wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
169
+ __wbg___wbindgen_throw_bbadd78c1bac3a77: function(arg0, arg1) {
170
170
  throw new Error(getStringFromWasm0(arg0, arg1));
171
171
  },
172
- __wbg_new_622fc80556be2e26: function() {
173
- const ret = new Map();
172
+ __wbg_new_0b303268aa395a38: function() {
173
+ const ret = new Array();
174
174
  return addHeapObject(ret);
175
175
  },
176
- __wbg_new_ce1ab61c1c2b300d: function() {
176
+ __wbg_new_20b778a4c5c691c3: function() {
177
177
  const ret = new Object();
178
178
  return addHeapObject(ret);
179
179
  },
180
- __wbg_new_d90091b82fdf5b91: function() {
181
- const ret = new Array();
180
+ __wbg_new_883c0db065f06efd: function() {
181
+ const ret = new Map();
182
182
  return addHeapObject(ret);
183
183
  },
184
- __wbg_set_52b1e1eb5bed906a: function(arg0, arg1, arg2) {
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
- __wbg_set_dca99999bba88a9a: function(arg0, arg1, arg2) {
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) {
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ox-content/wasm",
3
3
  "type": "module",
4
4
  "description": "WebAssembly bindings for Ox Content - Browser-ready Markdown parser",
5
- "version": "2.64.0",
5
+ "version": "2.66.0",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",