brepkit-wasm 2.43.9 → 2.43.10
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.js +1 -1
- package/brepkit_wasm_bg.js +3 -3
- package/brepkit_wasm_bg.wasm +0 -0
- package/brepkit_wasm_node.cjs +3 -4
- package/package.json +1 -1
package/brepkit_wasm.js
CHANGED
package/brepkit_wasm_bg.js
CHANGED
|
@@ -4342,18 +4342,18 @@ export class JsVec3 {
|
|
|
4342
4342
|
}
|
|
4343
4343
|
}
|
|
4344
4344
|
if (Symbol.dispose) JsVec3.prototype[Symbol.dispose] = JsVec3.prototype.free;
|
|
4345
|
-
export function
|
|
4345
|
+
export function __wbg_Error_960c155d3d49e4c2(arg0, arg1) {
|
|
4346
4346
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
4347
4347
|
return ret;
|
|
4348
4348
|
}
|
|
4349
|
-
export function
|
|
4349
|
+
export function __wbg___wbindgen_debug_string_ab4b34d23d6778bd(arg0, arg1) {
|
|
4350
4350
|
const ret = debugString(arg1);
|
|
4351
4351
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
4352
4352
|
const len1 = WASM_VECTOR_LEN;
|
|
4353
4353
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
4354
4354
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
4355
4355
|
}
|
|
4356
|
-
export function
|
|
4356
|
+
export function __wbg___wbindgen_throw_6b64449b9b9ed33c(arg0, arg1) {
|
|
4357
4357
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4358
4358
|
}
|
|
4359
4359
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -4349,22 +4349,21 @@ class JsVec3 {
|
|
|
4349
4349
|
}
|
|
4350
4350
|
if (Symbol.dispose) JsVec3.prototype[Symbol.dispose] = JsVec3.prototype.free;
|
|
4351
4351
|
exports.JsVec3 = JsVec3;
|
|
4352
|
-
|
|
4353
4352
|
function __wbg_get_imports() {
|
|
4354
4353
|
const import0 = {
|
|
4355
4354
|
__proto__: null,
|
|
4356
|
-
|
|
4355
|
+
__wbg_Error_960c155d3d49e4c2: function(arg0, arg1) {
|
|
4357
4356
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
4358
4357
|
return ret;
|
|
4359
4358
|
},
|
|
4360
|
-
|
|
4359
|
+
__wbg___wbindgen_debug_string_ab4b34d23d6778bd: function(arg0, arg1) {
|
|
4361
4360
|
const ret = debugString(arg1);
|
|
4362
4361
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
4363
4362
|
const len1 = WASM_VECTOR_LEN;
|
|
4364
4363
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
4365
4364
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
4366
4365
|
},
|
|
4367
|
-
|
|
4366
|
+
__wbg___wbindgen_throw_6b64449b9b9ed33c: function(arg0, arg1) {
|
|
4368
4367
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4369
4368
|
},
|
|
4370
4369
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED