@hirosystems/clarinet-sdk-wasm
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -1024,11 +1024,2 @@ let imports = {}; | ||
module.exports.__wbindgen_string_get = function(arg0, arg1) { | ||
const obj = getObject(arg1); | ||
const ret = typeof(obj) === 'string' ? obj : undefined; | ||
var ptr0 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
var len0 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len0; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr0; | ||
}; | ||
module.exports.__wbindgen_is_string = function(arg0) { | ||
@@ -1059,2 +1050,11 @@ const ret = typeof(getObject(arg0)) === 'string'; | ||
module.exports.__wbindgen_string_get = function(arg0, arg1) { | ||
const obj = getObject(arg1); | ||
const ret = typeof(obj) === 'string' ? obj : undefined; | ||
var ptr0 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
var len0 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len0; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr0; | ||
}; | ||
module.exports.__wbg_new_abda76e883ba8a5f = function() { | ||
@@ -1459,4 +1459,4 @@ const ret = new Error(); | ||
module.exports.__wbindgen_closure_wrapper2500 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 449, __wbg_adapter_44); | ||
module.exports.__wbindgen_closure_wrapper2522 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 454, __wbg_adapter_44); | ||
return addHeapObject(ret); | ||
@@ -1463,0 +1463,0 @@ }; |
{ | ||
"name": "@hirosystems/clarinet-sdk-wasm", | ||
"description": "The core lib that powers @hirosystems/clarinet-sdk", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"license": "GPL-3.0", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6746565