@swc/wasm-web 1.3.98 → 1.3.99
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/package.json +1 -1
- package/wasm-web.js +4 -4
- package/wasm-web_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm-web.js
CHANGED
|
@@ -407,6 +407,10 @@ function getImports() {
|
|
|
407
407
|
imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
|
|
408
408
|
takeObject(arg0);
|
|
409
409
|
};
|
|
410
|
+
imports.wbg.__wbg_get_27fe3dac1c4d0224 = function(arg0, arg1) {
|
|
411
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
412
|
+
return addHeapObject(ret);
|
|
413
|
+
};
|
|
410
414
|
imports.wbg.__wbg_next_88560ec06a094dea = function() { return handleError(function (arg0) {
|
|
411
415
|
const ret = getObject(arg0).next();
|
|
412
416
|
return addHeapObject(ret);
|
|
@@ -419,10 +423,6 @@ function getImports() {
|
|
|
419
423
|
const ret = getObject(arg0).value;
|
|
420
424
|
return addHeapObject(ret);
|
|
421
425
|
};
|
|
422
|
-
imports.wbg.__wbg_get_27fe3dac1c4d0224 = function(arg0, arg1) {
|
|
423
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
424
|
-
return addHeapObject(ret);
|
|
425
|
-
};
|
|
426
426
|
imports.wbg.__wbg_new_f9876326328f45ed = function() {
|
|
427
427
|
const ret = new Object();
|
|
428
428
|
return addHeapObject(ret);
|
package/wasm-web_bg.wasm
CHANGED
|
Binary file
|