brepkit-wasm 2.114.17 → 2.114.18
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
|
@@ -5149,13 +5149,13 @@ export function __wbg___wbindgen_debug_string_0accd80f45e5faa2(arg0, arg1) {
|
|
|
5149
5149
|
export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
|
|
5150
5150
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5151
5151
|
}
|
|
5152
|
-
export function
|
|
5152
|
+
export function __wbg_error_fac64e74cecfc711(arg0, arg1) {
|
|
5153
5153
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5154
5154
|
}
|
|
5155
|
-
export function
|
|
5155
|
+
export function __wbg_log_d77ca37d6965f44c(arg0, arg1) {
|
|
5156
5156
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5157
5157
|
}
|
|
5158
|
-
export function
|
|
5158
|
+
export function __wbg_warn_ad7983dc1d439ba9(arg0, arg1) {
|
|
5159
5159
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5160
5160
|
}
|
|
5161
5161
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -5161,13 +5161,13 @@ function __wbg_get_imports() {
|
|
|
5161
5161
|
__wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
|
|
5162
5162
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5163
5163
|
},
|
|
5164
|
-
|
|
5164
|
+
__wbg_error_fac64e74cecfc711: function(arg0, arg1) {
|
|
5165
5165
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5166
5166
|
},
|
|
5167
|
-
|
|
5167
|
+
__wbg_log_d77ca37d6965f44c: function(arg0, arg1) {
|
|
5168
5168
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5169
5169
|
},
|
|
5170
|
-
|
|
5170
|
+
__wbg_warn_ad7983dc1d439ba9: function(arg0, arg1) {
|
|
5171
5171
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5172
5172
|
},
|
|
5173
5173
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED