brepkit-wasm 2.103.1 → 2.103.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
|
@@ -4782,13 +4782,13 @@ export function __wbg___wbindgen_debug_string_0accd80f45e5faa2(arg0, arg1) {
|
|
|
4782
4782
|
export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
|
|
4783
4783
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4784
4784
|
}
|
|
4785
|
-
export function
|
|
4785
|
+
export function __wbg_error_c927aebba8b0238c(arg0, arg1) {
|
|
4786
4786
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4787
4787
|
}
|
|
4788
|
-
export function
|
|
4788
|
+
export function __wbg_log_44c692f8b944a117(arg0, arg1) {
|
|
4789
4789
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4790
4790
|
}
|
|
4791
|
-
export function
|
|
4791
|
+
export function __wbg_warn_7bf8171c098b9e71(arg0, arg1) {
|
|
4792
4792
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4793
4793
|
}
|
|
4794
4794
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -4793,13 +4793,13 @@ function __wbg_get_imports() {
|
|
|
4793
4793
|
__wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
|
|
4794
4794
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4795
4795
|
},
|
|
4796
|
-
|
|
4796
|
+
__wbg_error_c927aebba8b0238c: function(arg0, arg1) {
|
|
4797
4797
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4798
4798
|
},
|
|
4799
|
-
|
|
4799
|
+
__wbg_log_44c692f8b944a117: function(arg0, arg1) {
|
|
4800
4800
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4801
4801
|
},
|
|
4802
|
-
|
|
4802
|
+
__wbg_warn_7bf8171c098b9e71: function(arg0, arg1) {
|
|
4803
4803
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4804
4804
|
},
|
|
4805
4805
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED