brepkit-wasm 2.43.6 → 2.43.8
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
|
@@ -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_2e59b1b37a9a34c3(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_dd5d2d07ce9e6c57(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_81fc77679af83bc6(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
|
@@ -4353,18 +4353,18 @@ exports.JsVec3 = JsVec3;
|
|
|
4353
4353
|
function __wbg_get_imports() {
|
|
4354
4354
|
const import0 = {
|
|
4355
4355
|
__proto__: null,
|
|
4356
|
-
|
|
4356
|
+
__wbg_Error_2e59b1b37a9a34c3: function(arg0, arg1) {
|
|
4357
4357
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
4358
4358
|
return ret;
|
|
4359
4359
|
},
|
|
4360
|
-
|
|
4360
|
+
__wbg___wbindgen_debug_string_dd5d2d07ce9e6c57: function(arg0, arg1) {
|
|
4361
4361
|
const ret = debugString(arg1);
|
|
4362
4362
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
4363
4363
|
const len1 = WASM_VECTOR_LEN;
|
|
4364
4364
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
4365
4365
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
4366
4366
|
},
|
|
4367
|
-
|
|
4367
|
+
__wbg___wbindgen_throw_81fc77679af83bc6: function(arg0, arg1) {
|
|
4368
4368
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4369
4369
|
},
|
|
4370
4370
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED