brepkit-wasm 2.98.0 → 2.99.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
|
@@ -4727,13 +4727,13 @@ export function __wbg___wbindgen_debug_string_edece8177ad01481(arg0, arg1) {
|
|
|
4727
4727
|
export function __wbg___wbindgen_throw_9c31b086c2b26051(arg0, arg1) {
|
|
4728
4728
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4729
4729
|
}
|
|
4730
|
-
export function
|
|
4730
|
+
export function __wbg_error_9ba772860c65247a(arg0, arg1) {
|
|
4731
4731
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4732
4732
|
}
|
|
4733
|
-
export function
|
|
4733
|
+
export function __wbg_log_234d206c6b3856a1(arg0, arg1) {
|
|
4734
4734
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4735
4735
|
}
|
|
4736
|
-
export function
|
|
4736
|
+
export function __wbg_warn_6fd54fe402b279b0(arg0, arg1) {
|
|
4737
4737
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4738
4738
|
}
|
|
4739
4739
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -4738,13 +4738,13 @@ function __wbg_get_imports() {
|
|
|
4738
4738
|
__wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
|
|
4739
4739
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4740
4740
|
},
|
|
4741
|
-
|
|
4741
|
+
__wbg_error_9ba772860c65247a: function(arg0, arg1) {
|
|
4742
4742
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4743
4743
|
},
|
|
4744
|
-
|
|
4744
|
+
__wbg_log_234d206c6b3856a1: function(arg0, arg1) {
|
|
4745
4745
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4746
4746
|
},
|
|
4747
|
-
|
|
4747
|
+
__wbg_warn_6fd54fe402b279b0: function(arg0, arg1) {
|
|
4748
4748
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4749
4749
|
},
|
|
4750
4750
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED