brepkit-wasm 2.109.1 → 2.110.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
|
@@ -5062,13 +5062,13 @@ export function __wbg___wbindgen_debug_string_0accd80f45e5faa2(arg0, arg1) {
|
|
|
5062
5062
|
export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
|
|
5063
5063
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5064
5064
|
}
|
|
5065
|
-
export function
|
|
5065
|
+
export function __wbg_error_27b4fb6a462530d1(arg0, arg1) {
|
|
5066
5066
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5067
5067
|
}
|
|
5068
|
-
export function
|
|
5068
|
+
export function __wbg_log_db32f390bc20adda(arg0, arg1) {
|
|
5069
5069
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5070
5070
|
}
|
|
5071
|
-
export function
|
|
5071
|
+
export function __wbg_warn_351a568aa97e2a21(arg0, arg1) {
|
|
5072
5072
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5073
5073
|
}
|
|
5074
5074
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -5074,13 +5074,13 @@ function __wbg_get_imports() {
|
|
|
5074
5074
|
__wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
|
|
5075
5075
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5076
5076
|
},
|
|
5077
|
-
|
|
5077
|
+
__wbg_error_27b4fb6a462530d1: function(arg0, arg1) {
|
|
5078
5078
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5079
5079
|
},
|
|
5080
|
-
|
|
5080
|
+
__wbg_log_db32f390bc20adda: function(arg0, arg1) {
|
|
5081
5081
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5082
5082
|
},
|
|
5083
|
-
|
|
5083
|
+
__wbg_warn_351a568aa97e2a21: function(arg0, arg1) {
|
|
5084
5084
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5085
5085
|
},
|
|
5086
5086
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED