brepkit-wasm 2.86.1 → 2.87.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
|
@@ -4427,18 +4427,18 @@ export class JsVec3 {
|
|
|
4427
4427
|
}
|
|
4428
4428
|
}
|
|
4429
4429
|
if (Symbol.dispose) JsVec3.prototype[Symbol.dispose] = JsVec3.prototype.free;
|
|
4430
|
-
export function
|
|
4430
|
+
export function __wbg_Error_bce6d499ff0a4aff(arg0, arg1) {
|
|
4431
4431
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
4432
4432
|
return ret;
|
|
4433
4433
|
}
|
|
4434
|
-
export function
|
|
4434
|
+
export function __wbg___wbindgen_debug_string_edece8177ad01481(arg0, arg1) {
|
|
4435
4435
|
const ret = debugString(arg1);
|
|
4436
4436
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
4437
4437
|
const len1 = WASM_VECTOR_LEN;
|
|
4438
4438
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
4439
4439
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
4440
4440
|
}
|
|
4441
|
-
export function
|
|
4441
|
+
export function __wbg___wbindgen_throw_9c31b086c2b26051(arg0, arg1) {
|
|
4442
4442
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4443
4443
|
}
|
|
4444
4444
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -4437,18 +4437,18 @@ exports.JsVec3 = JsVec3;
|
|
|
4437
4437
|
function __wbg_get_imports() {
|
|
4438
4438
|
const import0 = {
|
|
4439
4439
|
__proto__: null,
|
|
4440
|
-
|
|
4440
|
+
__wbg_Error_bce6d499ff0a4aff: function(arg0, arg1) {
|
|
4441
4441
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
4442
4442
|
return ret;
|
|
4443
4443
|
},
|
|
4444
|
-
|
|
4444
|
+
__wbg___wbindgen_debug_string_edece8177ad01481: function(arg0, arg1) {
|
|
4445
4445
|
const ret = debugString(arg1);
|
|
4446
4446
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
4447
4447
|
const len1 = WASM_VECTOR_LEN;
|
|
4448
4448
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
4449
4449
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
4450
4450
|
},
|
|
4451
|
-
|
|
4451
|
+
__wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
|
|
4452
4452
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4453
4453
|
},
|
|
4454
4454
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED