brepkit-wasm 3.4.2 → 3.4.3
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
|
@@ -5282,13 +5282,13 @@ export function __wbg___wbindgen_debug_string_0e68cf47c9cbd9b0(arg0, arg1) {
|
|
|
5282
5282
|
export function __wbg___wbindgen_throw_5d9e815e6fdf150f(arg0, arg1) {
|
|
5283
5283
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5284
5284
|
}
|
|
5285
|
-
export function
|
|
5285
|
+
export function __wbg_error_1f3375752be70185(arg0, arg1) {
|
|
5286
5286
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5287
5287
|
}
|
|
5288
|
-
export function
|
|
5288
|
+
export function __wbg_log_011704c0b522b70c(arg0, arg1) {
|
|
5289
5289
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5290
5290
|
}
|
|
5291
|
-
export function
|
|
5291
|
+
export function __wbg_warn_649baec9f59be110(arg0, arg1) {
|
|
5292
5292
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5293
5293
|
}
|
|
5294
5294
|
export function __wbindgen_generic_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -5296,13 +5296,13 @@ function __wbg_get_imports() {
|
|
|
5296
5296
|
__wbg___wbindgen_throw_5d9e815e6fdf150f: function(arg0, arg1) {
|
|
5297
5297
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5298
5298
|
},
|
|
5299
|
-
|
|
5299
|
+
__wbg_error_1f3375752be70185: function(arg0, arg1) {
|
|
5300
5300
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5301
5301
|
},
|
|
5302
|
-
|
|
5302
|
+
__wbg_log_011704c0b522b70c: function(arg0, arg1) {
|
|
5303
5303
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5304
5304
|
},
|
|
5305
|
-
|
|
5305
|
+
__wbg_warn_649baec9f59be110: function(arg0, arg1) {
|
|
5306
5306
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5307
5307
|
},
|
|
5308
5308
|
__wbindgen_generic_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED