Comparing version 0.1.12 to 0.1.13
@@ -8,3 +8,3 @@ { | ||
"description": "WebNative Filesystem API (WebAssembly)", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"license": "Apache-2.0", | ||
@@ -11,0 +11,0 @@ "repository": { |
@@ -509,7 +509,7 @@ /* tslint:disable */ | ||
readonly __wbindgen_export_2: WebAssembly.Table; | ||
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6b1a796c6f52f561: (a: number, b: number, c: number) => void; | ||
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h545c4d5c7a65a013: (a: number, b: number, c: number) => void; | ||
readonly __wbindgen_add_to_stack_pointer: (a: number) => number; | ||
readonly __wbindgen_free: (a: number, b: number) => void; | ||
readonly __wbindgen_exn_store: (a: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__h84e2f35b9400c2bc: (a: number, b: number, c: number, d: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__h90dfee06aada2a94: (a: number, b: number, c: number, d: number) => void; | ||
} | ||
@@ -516,0 +516,0 @@ |
@@ -212,3 +212,3 @@ | ||
function __wbg_adapter_20(arg0, arg1, arg2) { | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6b1a796c6f52f561(arg0, arg1, addHeapObject(arg2)); | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h545c4d5c7a65a013(arg0, arg1, addHeapObject(arg2)); | ||
} | ||
@@ -278,3 +278,3 @@ | ||
function __wbg_adapter_116(arg0, arg1, arg2, arg3) { | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h84e2f35b9400c2bc(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h90dfee06aada2a94(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
} | ||
@@ -1631,2 +1631,6 @@ | ||
}; | ||
imports.wbg.__wbg_privatenode_new = function(arg0) { | ||
const ret = PrivateNode.__wrap(arg0); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbg_publicnode_new = function(arg0) { | ||
@@ -1636,6 +1640,2 @@ const ret = PublicNode.__wrap(arg0); | ||
}; | ||
imports.wbg.__wbg_privatenode_new = function(arg0) { | ||
const ret = PrivateNode.__wrap(arg0); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbindgen_object_drop_ref = function(arg0) { | ||
@@ -1648,3 +1648,3 @@ takeObject(arg0); | ||
}; | ||
imports.wbg.__wbg_randomBytes_9cc92add688762a1 = function(arg0, arg1, arg2) { | ||
imports.wbg.__wbg_randomBytes_950113dae8e0fc1a = function(arg0, arg1, arg2) { | ||
const ret = getObject(arg1).randomBytes(arg2 >>> 0); | ||
@@ -1693,3 +1693,3 @@ const ptr0 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc); | ||
}; | ||
imports.wbg.__wbg_getBlock_b30b46ca787e9251 = function(arg0, arg1, arg2) { | ||
imports.wbg.__wbg_getBlock_75b76ed8d6e6698a = function(arg0, arg1, arg2) { | ||
var v0 = getArrayU8FromWasm0(arg1, arg2).slice(); | ||
@@ -1700,3 +1700,3 @@ wasm.__wbindgen_free(arg1, arg2 * 1); | ||
}; | ||
imports.wbg.__wbg_putBlock_b259b9f426881e18 = function(arg0, arg1, arg2, arg3) { | ||
imports.wbg.__wbg_putBlock_ca3786bbc5cb1819 = function(arg0, arg1, arg2, arg3) { | ||
var v0 = getArrayU8FromWasm0(arg1, arg2).slice(); | ||
@@ -1828,4 +1828,4 @@ wasm.__wbindgen_free(arg1, arg2 * 1); | ||
}; | ||
imports.wbg.__wbindgen_closure_wrapper1628 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 676, __wbg_adapter_20); | ||
imports.wbg.__wbindgen_closure_wrapper1615 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 670, __wbg_adapter_20); | ||
return addHeapObject(ret); | ||
@@ -1832,0 +1832,0 @@ }; |
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
866938