brepkit-wasm 2.105.1 → 2.105.2
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/brepkit_wasm_bg.js +3 -3
- package/brepkit_wasm_bg.wasm +0 -0
- package/brepkit_wasm_node.cjs +3 -3
- package/package.json +1 -1
package/brepkit_wasm_bg.js
CHANGED
|
@@ -4898,13 +4898,13 @@ export function __wbg___wbindgen_debug_string_0accd80f45e5faa2(arg0, arg1) {
|
|
|
4898
4898
|
export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
|
|
4899
4899
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4900
4900
|
}
|
|
4901
|
-
export function
|
|
4901
|
+
export function __wbg_error_3d91780f499437f3(arg0, arg1) {
|
|
4902
4902
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4903
4903
|
}
|
|
4904
|
-
export function
|
|
4904
|
+
export function __wbg_log_fcb2a43ed5e93ab0(arg0, arg1) {
|
|
4905
4905
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4906
4906
|
}
|
|
4907
|
-
export function
|
|
4907
|
+
export function __wbg_warn_c5e8454e7410d1ba(arg0, arg1) {
|
|
4908
4908
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4909
4909
|
}
|
|
4910
4910
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -4910,13 +4910,13 @@ function __wbg_get_imports() {
|
|
|
4910
4910
|
__wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
|
|
4911
4911
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4912
4912
|
},
|
|
4913
|
-
|
|
4913
|
+
__wbg_error_3d91780f499437f3: function(arg0, arg1) {
|
|
4914
4914
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4915
4915
|
},
|
|
4916
|
-
|
|
4916
|
+
__wbg_log_fcb2a43ed5e93ab0: function(arg0, arg1) {
|
|
4917
4917
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4918
4918
|
},
|
|
4919
|
-
|
|
4919
|
+
__wbg_warn_c5e8454e7410d1ba: function(arg0, arg1) {
|
|
4920
4920
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4921
4921
|
},
|
|
4922
4922
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED