brepkit-wasm 2.104.0 → 2.104.1
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
|
@@ -4804,13 +4804,13 @@ export function __wbg___wbindgen_debug_string_0accd80f45e5faa2(arg0, arg1) {
|
|
|
4804
4804
|
export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
|
|
4805
4805
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4806
4806
|
}
|
|
4807
|
-
export function
|
|
4807
|
+
export function __wbg_error_f717a7bea0dce9e2(arg0, arg1) {
|
|
4808
4808
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4809
4809
|
}
|
|
4810
|
-
export function
|
|
4810
|
+
export function __wbg_log_321262308bd2625b(arg0, arg1) {
|
|
4811
4811
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4812
4812
|
}
|
|
4813
|
-
export function
|
|
4813
|
+
export function __wbg_warn_38b5e2481879c1f9(arg0, arg1) {
|
|
4814
4814
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4815
4815
|
}
|
|
4816
4816
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -4815,13 +4815,13 @@ function __wbg_get_imports() {
|
|
|
4815
4815
|
__wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
|
|
4816
4816
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4817
4817
|
},
|
|
4818
|
-
|
|
4818
|
+
__wbg_error_f717a7bea0dce9e2: function(arg0, arg1) {
|
|
4819
4819
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4820
4820
|
},
|
|
4821
|
-
|
|
4821
|
+
__wbg_log_321262308bd2625b: function(arg0, arg1) {
|
|
4822
4822
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4823
4823
|
},
|
|
4824
|
-
|
|
4824
|
+
__wbg_warn_38b5e2481879c1f9: function(arg0, arg1) {
|
|
4825
4825
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4826
4826
|
},
|
|
4827
4827
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED