brepkit-wasm 3.2.36 → 3.2.38
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
|
@@ -5281,13 +5281,13 @@ export function __wbg___wbindgen_debug_string_c25d447a39f5578f(arg0, arg1) {
|
|
|
5281
5281
|
export function __wbg___wbindgen_throw_344f42d3211c4765(arg0, arg1) {
|
|
5282
5282
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5283
5283
|
}
|
|
5284
|
-
export function
|
|
5284
|
+
export function __wbg_error_488ac3b84b238e2f(arg0, arg1) {
|
|
5285
5285
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5286
5286
|
}
|
|
5287
|
-
export function
|
|
5287
|
+
export function __wbg_log_f09b9619e224524c(arg0, arg1) {
|
|
5288
5288
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5289
5289
|
}
|
|
5290
|
-
export function
|
|
5290
|
+
export function __wbg_warn_5330a601b9691c6c(arg0, arg1) {
|
|
5291
5291
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5292
5292
|
}
|
|
5293
5293
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -5295,13 +5295,13 @@ function __wbg_get_imports() {
|
|
|
5295
5295
|
__wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
|
|
5296
5296
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5297
5297
|
},
|
|
5298
|
-
|
|
5298
|
+
__wbg_error_488ac3b84b238e2f: function(arg0, arg1) {
|
|
5299
5299
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5300
5300
|
},
|
|
5301
|
-
|
|
5301
|
+
__wbg_log_f09b9619e224524c: function(arg0, arg1) {
|
|
5302
5302
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5303
5303
|
},
|
|
5304
|
-
|
|
5304
|
+
__wbg_warn_5330a601b9691c6c: function(arg0, arg1) {
|
|
5305
5305
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5306
5306
|
},
|
|
5307
5307
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED