brepkit-wasm 2.115.8 → 2.116.0
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 +6 -6
- package/brepkit_wasm_bg.wasm +0 -0
- package/brepkit_wasm_node.cjs +6 -6
- package/package.json +1 -1
package/brepkit_wasm_bg.js
CHANGED
|
@@ -5162,27 +5162,27 @@ export function setLogLevel(level) {
|
|
|
5162
5162
|
throw takeFromExternrefTable0(ret[0]);
|
|
5163
5163
|
}
|
|
5164
5164
|
}
|
|
5165
|
-
export function
|
|
5165
|
+
export function __wbg_Error_fdd633d4bb5dd76a(arg0, arg1) {
|
|
5166
5166
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
5167
5167
|
return ret;
|
|
5168
5168
|
}
|
|
5169
|
-
export function
|
|
5169
|
+
export function __wbg___wbindgen_debug_string_8a447059637473e2(arg0, arg1) {
|
|
5170
5170
|
const ret = debugString(arg1);
|
|
5171
5171
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
5172
5172
|
const len1 = WASM_VECTOR_LEN;
|
|
5173
5173
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
5174
5174
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
5175
5175
|
}
|
|
5176
|
-
export function
|
|
5176
|
+
export function __wbg___wbindgen_throw_ea4887a5f8f9a9db(arg0, arg1) {
|
|
5177
5177
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5178
5178
|
}
|
|
5179
|
-
export function
|
|
5179
|
+
export function __wbg_error_fca8310a3c3c932c(arg0, arg1) {
|
|
5180
5180
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5181
5181
|
}
|
|
5182
|
-
export function
|
|
5182
|
+
export function __wbg_log_11ac5fe401cc506d(arg0, arg1) {
|
|
5183
5183
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5184
5184
|
}
|
|
5185
|
-
export function
|
|
5185
|
+
export function __wbg_warn_e291892e3f2ca62a(arg0, arg1) {
|
|
5186
5186
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5187
5187
|
}
|
|
5188
5188
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -5174,27 +5174,27 @@ exports.setLogLevel = setLogLevel;
|
|
|
5174
5174
|
function __wbg_get_imports() {
|
|
5175
5175
|
const import0 = {
|
|
5176
5176
|
__proto__: null,
|
|
5177
|
-
|
|
5177
|
+
__wbg_Error_fdd633d4bb5dd76a: function(arg0, arg1) {
|
|
5178
5178
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
5179
5179
|
return ret;
|
|
5180
5180
|
},
|
|
5181
|
-
|
|
5181
|
+
__wbg___wbindgen_debug_string_8a447059637473e2: function(arg0, arg1) {
|
|
5182
5182
|
const ret = debugString(arg1);
|
|
5183
5183
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
5184
5184
|
const len1 = WASM_VECTOR_LEN;
|
|
5185
5185
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
5186
5186
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
5187
5187
|
},
|
|
5188
|
-
|
|
5188
|
+
__wbg___wbindgen_throw_ea4887a5f8f9a9db: function(arg0, arg1) {
|
|
5189
5189
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5190
5190
|
},
|
|
5191
|
-
|
|
5191
|
+
__wbg_error_fca8310a3c3c932c: function(arg0, arg1) {
|
|
5192
5192
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
5193
5193
|
},
|
|
5194
|
-
|
|
5194
|
+
__wbg_log_11ac5fe401cc506d: function(arg0, arg1) {
|
|
5195
5195
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
5196
5196
|
},
|
|
5197
|
-
|
|
5197
|
+
__wbg_warn_e291892e3f2ca62a: function(arg0, arg1) {
|
|
5198
5198
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
5199
5199
|
},
|
|
5200
5200
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED