brepkit-wasm 2.115.0 → 2.115.1
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
|
@@ -5174,13 +5174,13 @@ export function __wbg___wbindgen_debug_string_0accd80f45e5faa2(arg0, arg1) {
|
|
|
5174
5174
|
export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
|
|
5175
5175
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5176
5176
|
}
|
|
5177
|
-
export function
|
|
5177
|
+
export function __wbg_error_3315f87bffa43b25(arg0, arg1) {
|
|
5178
5178
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5179
5179
|
}
|
|
5180
|
-
export function
|
|
5180
|
+
export function __wbg_log_1e768c210f5c3eff(arg0, arg1) {
|
|
5181
5181
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5182
5182
|
}
|
|
5183
|
-
export function
|
|
5183
|
+
export function __wbg_warn_1d103c25c8b7d3ce(arg0, arg1) {
|
|
5184
5184
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5185
5185
|
}
|
|
5186
5186
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -5186,13 +5186,13 @@ function __wbg_get_imports() {
|
|
|
5186
5186
|
__wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
|
|
5187
5187
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5188
5188
|
},
|
|
5189
|
-
|
|
5189
|
+
__wbg_error_3315f87bffa43b25: function(arg0, arg1) {
|
|
5190
5190
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5191
5191
|
},
|
|
5192
|
-
|
|
5192
|
+
__wbg_log_1e768c210f5c3eff: function(arg0, arg1) {
|
|
5193
5193
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5194
5194
|
},
|
|
5195
|
-
|
|
5195
|
+
__wbg_warn_1d103c25c8b7d3ce: function(arg0, arg1) {
|
|
5196
5196
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5197
5197
|
},
|
|
5198
5198
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED