brepkit-wasm 2.92.0 → 2.93.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
|
@@ -4611,13 +4611,13 @@ export function __wbg___wbindgen_debug_string_edece8177ad01481(arg0, arg1) {
|
|
|
4611
4611
|
export function __wbg___wbindgen_throw_9c31b086c2b26051(arg0, arg1) {
|
|
4612
4612
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4613
4613
|
}
|
|
4614
|
-
export function
|
|
4614
|
+
export function __wbg_error_73298e6604f8a631(arg0, arg1) {
|
|
4615
4615
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4616
4616
|
}
|
|
4617
|
-
export function
|
|
4617
|
+
export function __wbg_log_e344b38a3ec5fa7a(arg0, arg1) {
|
|
4618
4618
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4619
4619
|
}
|
|
4620
|
-
export function
|
|
4620
|
+
export function __wbg_warn_660504f7afe155d3(arg0, arg1) {
|
|
4621
4621
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4622
4622
|
}
|
|
4623
4623
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -4622,13 +4622,13 @@ function __wbg_get_imports() {
|
|
|
4622
4622
|
__wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
|
|
4623
4623
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4624
4624
|
},
|
|
4625
|
-
|
|
4625
|
+
__wbg_error_73298e6604f8a631: function(arg0, arg1) {
|
|
4626
4626
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4627
4627
|
},
|
|
4628
|
-
|
|
4628
|
+
__wbg_log_e344b38a3ec5fa7a: function(arg0, arg1) {
|
|
4629
4629
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4630
4630
|
},
|
|
4631
|
-
|
|
4631
|
+
__wbg_warn_660504f7afe155d3: function(arg0, arg1) {
|
|
4632
4632
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4633
4633
|
},
|
|
4634
4634
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED