brepkit-wasm 2.114.10 → 2.114.11
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
|
@@ -5104,13 +5104,13 @@ export function __wbg___wbindgen_debug_string_0accd80f45e5faa2(arg0, arg1) {
|
|
|
5104
5104
|
export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
|
|
5105
5105
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5106
5106
|
}
|
|
5107
|
-
export function
|
|
5107
|
+
export function __wbg_error_a16ed827fdacba07(arg0, arg1) {
|
|
5108
5108
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5109
5109
|
}
|
|
5110
|
-
export function
|
|
5110
|
+
export function __wbg_log_7cbcfc70ecd69224(arg0, arg1) {
|
|
5111
5111
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5112
5112
|
}
|
|
5113
|
-
export function
|
|
5113
|
+
export function __wbg_warn_d61886a52e5e17d3(arg0, arg1) {
|
|
5114
5114
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5115
5115
|
}
|
|
5116
5116
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -5116,13 +5116,13 @@ function __wbg_get_imports() {
|
|
|
5116
5116
|
__wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
|
|
5117
5117
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5118
5118
|
},
|
|
5119
|
-
|
|
5119
|
+
__wbg_error_a16ed827fdacba07: function(arg0, arg1) {
|
|
5120
5120
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5121
5121
|
},
|
|
5122
|
-
|
|
5122
|
+
__wbg_log_7cbcfc70ecd69224: function(arg0, arg1) {
|
|
5123
5123
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5124
5124
|
},
|
|
5125
|
-
|
|
5125
|
+
__wbg_warn_d61886a52e5e17d3: function(arg0, arg1) {
|
|
5126
5126
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5127
5127
|
},
|
|
5128
5128
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED