buttplug-wasm
Advanced tools
Comparing version
@@ -0,1 +1,7 @@ | ||
# 1.0.0 Beta 7 (2020/12/20) | ||
## Bugfixes | ||
- Fix browser websockets not throwing errors on invalid URLs or connection errors. | ||
# 1.0.0 Beta 6 (2020/12/20) | ||
@@ -2,0 +8,0 @@ |
@@ -36,4 +36,4 @@ /** | ||
export function __wbindgen_object_drop_ref(arg0: any): void; | ||
export function __wbindgen_object_clone_ref(arg0: any): number; | ||
export function __wbindgen_cb_drop(arg0: any): boolean; | ||
export function __wbindgen_object_clone_ref(arg0: any): number; | ||
export function __wbindgen_string_new(arg0: any, arg1: any): number; | ||
@@ -54,2 +54,3 @@ export function __wbg_instanceof_Window_49f532f06a9786ee(arg0: any): boolean; | ||
export function __wbg_setonopen_c24d49cee44daad8(arg0: any, arg1: any): void; | ||
export function __wbg_setonerror_64ee2a67b3f7eebf(arg0: any, arg1: any): void; | ||
export function __wbg_setonmessage_fcc92da9f859cdc2(arg0: any, arg1: any): void; | ||
@@ -101,4 +102,5 @@ export function __wbg_new_df8fc59a35e30ae9(...args: any[]): any; | ||
export function __wbindgen_memory(): number; | ||
export function __wbindgen_closure_wrapper138(arg0: any, arg1: any, arg2: any): number; | ||
export function __wbindgen_closure_wrapper140(arg0: any, arg1: any, arg2: any): number; | ||
export function __wbindgen_closure_wrapper2491(arg0: any, arg1: any, arg2: any): number; | ||
export function __wbindgen_closure_wrapper588(arg0: any, arg1: any, arg2: any): number; | ||
export function __wbindgen_closure_wrapper590(arg0: any, arg1: any, arg2: any): number; | ||
export function __wbindgen_closure_wrapper592(arg0: any, arg1: any, arg2: any): number; | ||
export function __wbindgen_closure_wrapper2505(arg0: any, arg1: any, arg2: any): number; |
@@ -192,2 +192,5 @@ import * as wasm from './buttplug_rs_ffi_bg.wasm'; | ||
function __wbg_adapter_28(arg0, arg1, arg2) { | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9800d880f2d88dfe(arg0, arg1, addHeapObject(arg2)); | ||
} | ||
function __wbg_adapter_31(arg0, arg1, arg2) { | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd7055c6972e2f8d3(arg0, arg1, addHeapObject(arg2)); | ||
@@ -287,2 +290,6 @@ } | ||
}; | ||
export const __wbindgen_object_clone_ref = function (arg0) { | ||
var ret = getObject(arg0); | ||
return addHeapObject(ret); | ||
}; | ||
export const __wbindgen_cb_drop = function (arg0) { | ||
@@ -297,6 +304,2 @@ const obj = takeObject(arg0).original; | ||
}; | ||
export const __wbindgen_object_clone_ref = function (arg0) { | ||
var ret = getObject(arg0); | ||
return addHeapObject(ret); | ||
}; | ||
export const __wbindgen_string_new = function (arg0, arg1) { | ||
@@ -366,2 +369,5 @@ var ret = getStringFromWasm0(arg0, arg1); | ||
}; | ||
export const __wbg_setonerror_64ee2a67b3f7eebf = function (arg0, arg1) { | ||
getObject(arg0).onerror = getObject(arg1); | ||
}; | ||
export const __wbg_setonmessage_fcc92da9f859cdc2 = function (arg0, arg1) { | ||
@@ -547,14 +553,18 @@ getObject(arg0).onmessage = getObject(arg1); | ||
}; | ||
export const __wbindgen_closure_wrapper138 = function (arg0, arg1, arg2) { | ||
var ret = makeMutClosure(arg0, arg1, 3, __wbg_adapter_22); | ||
export const __wbindgen_closure_wrapper588 = function (arg0, arg1, arg2) { | ||
var ret = makeMutClosure(arg0, arg1, 200, __wbg_adapter_22); | ||
return addHeapObject(ret); | ||
}; | ||
export const __wbindgen_closure_wrapper140 = function (arg0, arg1, arg2) { | ||
var ret = makeMutClosure(arg0, arg1, 3, __wbg_adapter_25); | ||
export const __wbindgen_closure_wrapper590 = function (arg0, arg1, arg2) { | ||
var ret = makeMutClosure(arg0, arg1, 200, __wbg_adapter_25); | ||
return addHeapObject(ret); | ||
}; | ||
export const __wbindgen_closure_wrapper2491 = function (arg0, arg1, arg2) { | ||
var ret = makeMutClosure(arg0, arg1, 1056, __wbg_adapter_28); | ||
export const __wbindgen_closure_wrapper592 = function (arg0, arg1, arg2) { | ||
var ret = makeMutClosure(arg0, arg1, 200, __wbg_adapter_28); | ||
return addHeapObject(ret); | ||
}; | ||
export const __wbindgen_closure_wrapper2505 = function (arg0, arg1, arg2) { | ||
var ret = makeMutClosure(arg0, arg1, 1064, __wbg_adapter_31); | ||
return addHeapObject(ret); | ||
}; | ||
//# sourceMappingURL=buttplug_rs_ffi_bg.js.map |
@@ -7,3 +7,3 @@ { | ||
"description": "Buttplug WASM library for web applications (Node/Web). Does not work for native node at the moment.", | ||
"version": "1.0.0-beta6", | ||
"version": "1.0.0-beta7", | ||
"license": "BSD-3-Clause", | ||
@@ -10,0 +10,0 @@ "homepage": "https://buttplug.io", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9196052
0.18%51
2%31768
0.11%1
-50%