brepkit-wasm 2.126.20 → 2.126.22
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
|
@@ -5202,13 +5202,13 @@ export function __wbg___wbindgen_debug_string_c25d447a39f5578f(arg0, arg1) {
|
|
|
5202
5202
|
export function __wbg___wbindgen_throw_344f42d3211c4765(arg0, arg1) {
|
|
5203
5203
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5204
5204
|
}
|
|
5205
|
-
export function
|
|
5205
|
+
export function __wbg_error_5560639bbcb26945(arg0, arg1) {
|
|
5206
5206
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5207
5207
|
}
|
|
5208
|
-
export function
|
|
5208
|
+
export function __wbg_log_36a58ed82e5e1979(arg0, arg1) {
|
|
5209
5209
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5210
5210
|
}
|
|
5211
|
-
export function
|
|
5211
|
+
export function __wbg_warn_e60d21c771fa6dff(arg0, arg1) {
|
|
5212
5212
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5213
5213
|
}
|
|
5214
5214
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -5216,13 +5216,13 @@ function __wbg_get_imports() {
|
|
|
5216
5216
|
__wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
|
|
5217
5217
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5218
5218
|
},
|
|
5219
|
-
|
|
5219
|
+
__wbg_error_5560639bbcb26945: function(arg0, arg1) {
|
|
5220
5220
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5221
5221
|
},
|
|
5222
|
-
|
|
5222
|
+
__wbg_log_36a58ed82e5e1979: function(arg0, arg1) {
|
|
5223
5223
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5224
5224
|
},
|
|
5225
|
-
|
|
5225
|
+
__wbg_warn_e60d21c771fa6dff: function(arg0, arg1) {
|
|
5226
5226
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5227
5227
|
},
|
|
5228
5228
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED