brepkit-wasm 2.97.1 → 2.97.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
|
@@ -4696,13 +4696,13 @@ export function __wbg___wbindgen_debug_string_edece8177ad01481(arg0, arg1) {
|
|
|
4696
4696
|
export function __wbg___wbindgen_throw_9c31b086c2b26051(arg0, arg1) {
|
|
4697
4697
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4698
4698
|
}
|
|
4699
|
-
export function
|
|
4699
|
+
export function __wbg_error_243a18a86df2e4cd(arg0, arg1) {
|
|
4700
4700
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4701
4701
|
}
|
|
4702
|
-
export function
|
|
4702
|
+
export function __wbg_log_89bd4f1deb805b91(arg0, arg1) {
|
|
4703
4703
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4704
4704
|
}
|
|
4705
|
-
export function
|
|
4705
|
+
export function __wbg_warn_245909f06527b6a0(arg0, arg1) {
|
|
4706
4706
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4707
4707
|
}
|
|
4708
4708
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -4707,13 +4707,13 @@ function __wbg_get_imports() {
|
|
|
4707
4707
|
__wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
|
|
4708
4708
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4709
4709
|
},
|
|
4710
|
-
|
|
4710
|
+
__wbg_error_243a18a86df2e4cd: function(arg0, arg1) {
|
|
4711
4711
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4712
4712
|
},
|
|
4713
|
-
|
|
4713
|
+
__wbg_log_89bd4f1deb805b91: function(arg0, arg1) {
|
|
4714
4714
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4715
4715
|
},
|
|
4716
|
-
|
|
4716
|
+
__wbg_warn_245909f06527b6a0: function(arg0, arg1) {
|
|
4717
4717
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4718
4718
|
},
|
|
4719
4719
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED