@stacks/clarinet-sdk-wasm 3.14.0 → 3.14.1
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/clarinet_sdk.js +17 -17
- package/clarinet_sdk_bg.wasm +0 -0
- package/package.json +1 -1
package/clarinet_sdk.js
CHANGED
|
@@ -1062,14 +1062,14 @@ function __wbg_get_imports() {
|
|
|
1062
1062
|
__wbg_error_9a7fe3f932034cde: function(arg0) {
|
|
1063
1063
|
console.error(arg0);
|
|
1064
1064
|
},
|
|
1065
|
-
|
|
1065
|
+
__wbg_execSync_ec1f81eb567b3425: function(arg0, arg1, arg2) {
|
|
1066
1066
|
const ret = execSync(getStringFromWasm0(arg1, arg2));
|
|
1067
1067
|
const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
|
|
1068
1068
|
const len1 = WASM_VECTOR_LEN;
|
|
1069
1069
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1070
1070
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1071
1071
|
},
|
|
1072
|
-
|
|
1072
|
+
__wbg_existsSync_ebec55b003dfd528: function(arg0, arg1) {
|
|
1073
1073
|
const ret = existsSync(getStringFromWasm0(arg0, arg1));
|
|
1074
1074
|
return ret;
|
|
1075
1075
|
},
|
|
@@ -1161,7 +1161,7 @@ function __wbg_get_imports() {
|
|
|
1161
1161
|
__wbg_log_6b5ca2e6124b2808: function(arg0) {
|
|
1162
1162
|
console.log(arg0);
|
|
1163
1163
|
},
|
|
1164
|
-
|
|
1164
|
+
__wbg_mkdirSync_3a23817b2a175ba8: function(arg0, arg1, arg2) {
|
|
1165
1165
|
mkdirSync(getStringFromWasm0(arg0, arg1), arg2);
|
|
1166
1166
|
},
|
|
1167
1167
|
__wbg_msCrypto_a61aeb35a24c1329: function(arg0) {
|
|
@@ -1199,7 +1199,7 @@ function __wbg_get_imports() {
|
|
|
1199
1199
|
const a = state0.a;
|
|
1200
1200
|
state0.a = 0;
|
|
1201
1201
|
try {
|
|
1202
|
-
return
|
|
1202
|
+
return wasm_bindgen__convert__closures_____invoke__h17062e91c506f269(a, state0.b, arg0, arg1);
|
|
1203
1203
|
} finally {
|
|
1204
1204
|
state0.a = a;
|
|
1205
1205
|
}
|
|
@@ -1267,7 +1267,7 @@ function __wbg_get_imports() {
|
|
|
1267
1267
|
__wbg_randomFillSync_ac0988aba3254290: function() { return handleError(function (arg0, arg1) {
|
|
1268
1268
|
arg0.randomFillSync(arg1);
|
|
1269
1269
|
}, arguments); },
|
|
1270
|
-
|
|
1270
|
+
__wbg_readFileSync_7ce9dea00203ffd4: function(arg0, arg1, arg2) {
|
|
1271
1271
|
const ret = readFileSync(getStringFromWasm0(arg1, arg2));
|
|
1272
1272
|
const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
|
|
1273
1273
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -1332,7 +1332,7 @@ function __wbg_get_imports() {
|
|
|
1332
1332
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1333
1333
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1334
1334
|
},
|
|
1335
|
-
|
|
1335
|
+
__wbg_static_accessor_ENV_671e86bc1bf691a9: function() {
|
|
1336
1336
|
const ret = env;
|
|
1337
1337
|
return ret;
|
|
1338
1338
|
},
|
|
@@ -1387,17 +1387,17 @@ function __wbg_get_imports() {
|
|
|
1387
1387
|
const ret = arg0.versions;
|
|
1388
1388
|
return ret;
|
|
1389
1389
|
},
|
|
1390
|
-
|
|
1390
|
+
__wbg_writeFileSync_8947ac0423c7fa22: function(arg0, arg1, arg2, arg3) {
|
|
1391
1391
|
writeFileSync(getStringFromWasm0(arg0, arg1), getArrayU8FromWasm0(arg2, arg3));
|
|
1392
1392
|
},
|
|
1393
1393
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1394
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1395
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1394
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 339, function: Function { arguments: [], shim_idx: 340, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1395
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__ha1e0416a7bbd6c8a, wasm_bindgen__convert__closures_____invoke__hf1ccaae874bc5cbe);
|
|
1396
1396
|
return ret;
|
|
1397
1397
|
},
|
|
1398
1398
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1399
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1400
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1399
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 549, function: Function { arguments: [Externref], shim_idx: 550, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1400
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8906009e658726e5, wasm_bindgen__convert__closures_____invoke__h7e014784d51faeee);
|
|
1401
1401
|
return ret;
|
|
1402
1402
|
},
|
|
1403
1403
|
__wbindgen_cast_0000000000000003: function(arg0) {
|
|
@@ -1446,16 +1446,16 @@ function __wbg_get_imports() {
|
|
|
1446
1446
|
};
|
|
1447
1447
|
}
|
|
1448
1448
|
|
|
1449
|
-
function
|
|
1450
|
-
wasm.
|
|
1449
|
+
function wasm_bindgen__convert__closures_____invoke__hf1ccaae874bc5cbe(arg0, arg1) {
|
|
1450
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hf1ccaae874bc5cbe(arg0, arg1);
|
|
1451
1451
|
}
|
|
1452
1452
|
|
|
1453
|
-
function
|
|
1454
|
-
wasm.
|
|
1453
|
+
function wasm_bindgen__convert__closures_____invoke__h7e014784d51faeee(arg0, arg1, arg2) {
|
|
1454
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7e014784d51faeee(arg0, arg1, arg2);
|
|
1455
1455
|
}
|
|
1456
1456
|
|
|
1457
|
-
function
|
|
1458
|
-
wasm.
|
|
1457
|
+
function wasm_bindgen__convert__closures_____invoke__h17062e91c506f269(arg0, arg1, arg2, arg3) {
|
|
1458
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h17062e91c506f269(arg0, arg1, arg2, arg3);
|
|
1459
1459
|
}
|
|
1460
1460
|
|
|
1461
1461
|
|
package/clarinet_sdk_bg.wasm
CHANGED
|
Binary file
|