brepkit-wasm 2.95.0 → 2.96.0
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
|
@@ -4673,13 +4673,13 @@ export function __wbg___wbindgen_debug_string_edece8177ad01481(arg0, arg1) {
|
|
|
4673
4673
|
export function __wbg___wbindgen_throw_9c31b086c2b26051(arg0, arg1) {
|
|
4674
4674
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4675
4675
|
}
|
|
4676
|
-
export function
|
|
4676
|
+
export function __wbg_error_0333dc6c9d8e576b(arg0, arg1) {
|
|
4677
4677
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4678
4678
|
}
|
|
4679
|
-
export function
|
|
4679
|
+
export function __wbg_log_f21353a795692d27(arg0, arg1) {
|
|
4680
4680
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4681
4681
|
}
|
|
4682
|
-
export function
|
|
4682
|
+
export function __wbg_warn_c0a82906f1a61a5e(arg0, arg1) {
|
|
4683
4683
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4684
4684
|
}
|
|
4685
4685
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -4684,13 +4684,13 @@ function __wbg_get_imports() {
|
|
|
4684
4684
|
__wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
|
|
4685
4685
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4686
4686
|
},
|
|
4687
|
-
|
|
4687
|
+
__wbg_error_0333dc6c9d8e576b: function(arg0, arg1) {
|
|
4688
4688
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4689
4689
|
},
|
|
4690
|
-
|
|
4690
|
+
__wbg_log_f21353a795692d27: function(arg0, arg1) {
|
|
4691
4691
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4692
4692
|
},
|
|
4693
|
-
|
|
4693
|
+
__wbg_warn_c0a82906f1a61a5e: function(arg0, arg1) {
|
|
4694
4694
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4695
4695
|
},
|
|
4696
4696
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED