@swc/wasm 1.2.95 → 1.2.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.js +3 -3
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -179,12 +179,12 @@ module.exports.__wbindgen_string_new = function(arg0, arg1) {
|
|
|
179
179
|
return addHeapObject(ret);
|
|
180
180
|
};
|
|
181
181
|
|
|
182
|
-
module.exports.
|
|
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
|