@swc/wasm 1.2.92 → 1.2.96
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.js +7 -7
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -170,21 +170,21 @@ module.exports.__wbindgen_json_serialize = function(arg0, arg1) {
|
|
|
170
170
|
getInt32Memory0()[arg0 / 4 + 0] = ptr0;
|
|
171
171
|
};
|
|
172
172
|
|
|
173
|
+
module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
174
|
+
takeObject(arg0);
|
|
175
|
+
};
|
|
176
|
+
|
|
173
177
|
module.exports.__wbindgen_string_new = function(arg0, arg1) {
|
|
174
178
|
var ret = getStringFromWasm0(arg0, arg1);
|
|
175
179
|
return addHeapObject(ret);
|
|
176
180
|
};
|
|
177
181
|
|
|
178
|
-
module.exports.
|
|
179
|
-
takeObject(arg0);
|
|
180
|
-
};
|
|
181
|
-
|
|
182
|
-
module.exports.__wbg_new_59cb74e423758ede = function() {
|
|
182
|
+
module.exports.__wbg_new_693216e109162396 = function() {
|
|
183
183
|
var ret = new Error();
|
|
184
184
|
return addHeapObject(ret);
|
|
185
185
|
};
|
|
186
186
|
|
|
187
|
-
module.exports.
|
|
187
|
+
module.exports.__wbg_stack_0ddaca5d1abfb52f = function(arg0, arg1) {
|
|
188
188
|
var ret = getObject(arg1).stack;
|
|
189
189
|
var ptr0 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
190
190
|
var len0 = WASM_VECTOR_LEN;
|
|
@@ -192,7 +192,7 @@ module.exports.__wbg_stack_558ba5917b466edd = function(arg0, arg1) {
|
|
|
192
192
|
getInt32Memory0()[arg0 / 4 + 0] = ptr0;
|
|
193
193
|
};
|
|
194
194
|
|
|
195
|
-
module.exports.
|
|
195
|
+
module.exports.__wbg_error_09919627ac0992f5 = function(arg0, arg1) {
|
|
196
196
|
try {
|
|
197
197
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
198
198
|
} finally {
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|