brepkit-wasm 3.1.1 → 3.1.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
|
@@ -5204,13 +5204,13 @@ export function __wbg___wbindgen_debug_string_c25d447a39f5578f(arg0, arg1) {
|
|
|
5204
5204
|
export function __wbg___wbindgen_throw_344f42d3211c4765(arg0, arg1) {
|
|
5205
5205
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5206
5206
|
}
|
|
5207
|
-
export function
|
|
5207
|
+
export function __wbg_error_a3b94849de6b0e84(arg0, arg1) {
|
|
5208
5208
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5209
5209
|
}
|
|
5210
|
-
export function
|
|
5210
|
+
export function __wbg_log_16be28c25c575608(arg0, arg1) {
|
|
5211
5211
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5212
5212
|
}
|
|
5213
|
-
export function
|
|
5213
|
+
export function __wbg_warn_af9ff0680b829a81(arg0, arg1) {
|
|
5214
5214
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5215
5215
|
}
|
|
5216
5216
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -5218,13 +5218,13 @@ function __wbg_get_imports() {
|
|
|
5218
5218
|
__wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
|
|
5219
5219
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5220
5220
|
},
|
|
5221
|
-
|
|
5221
|
+
__wbg_error_a3b94849de6b0e84: function(arg0, arg1) {
|
|
5222
5222
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5223
5223
|
},
|
|
5224
|
-
|
|
5224
|
+
__wbg_log_16be28c25c575608: function(arg0, arg1) {
|
|
5225
5225
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5226
5226
|
},
|
|
5227
|
-
|
|
5227
|
+
__wbg_warn_af9ff0680b829a81: function(arg0, arg1) {
|
|
5228
5228
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5229
5229
|
},
|
|
5230
5230
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED