brepkit-wasm 2.101.1 → 2.101.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 +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
|
@@ -4764,27 +4764,27 @@ export function setLogLevel(level) {
|
|
|
4764
4764
|
throw takeFromExternrefTable0(ret[0]);
|
|
4765
4765
|
}
|
|
4766
4766
|
}
|
|
4767
|
-
export function
|
|
4767
|
+
export function __wbg_Error_ef53bc310eb298a0(arg0, arg1) {
|
|
4768
4768
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
4769
4769
|
return ret;
|
|
4770
4770
|
}
|
|
4771
|
-
export function
|
|
4771
|
+
export function __wbg___wbindgen_debug_string_0accd80f45e5faa2(arg0, arg1) {
|
|
4772
4772
|
const ret = debugString(arg1);
|
|
4773
4773
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
4774
4774
|
const len1 = WASM_VECTOR_LEN;
|
|
4775
4775
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
4776
4776
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
4777
4777
|
}
|
|
4778
|
-
export function
|
|
4778
|
+
export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
|
|
4779
4779
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4780
4780
|
}
|
|
4781
|
-
export function
|
|
4781
|
+
export function __wbg_error_7beb66b4cc827396(arg0, arg1) {
|
|
4782
4782
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4783
4783
|
}
|
|
4784
|
-
export function
|
|
4784
|
+
export function __wbg_log_ec937fce81132bb4(arg0, arg1) {
|
|
4785
4785
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4786
4786
|
}
|
|
4787
|
-
export function
|
|
4787
|
+
export function __wbg_warn_10db50b1053b3f0f(arg0, arg1) {
|
|
4788
4788
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4789
4789
|
}
|
|
4790
4790
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
package/brepkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/brepkit_wasm_node.cjs
CHANGED
|
@@ -4775,27 +4775,27 @@ exports.setLogLevel = setLogLevel;
|
|
|
4775
4775
|
function __wbg_get_imports() {
|
|
4776
4776
|
const import0 = {
|
|
4777
4777
|
__proto__: null,
|
|
4778
|
-
|
|
4778
|
+
__wbg_Error_ef53bc310eb298a0: function(arg0, arg1) {
|
|
4779
4779
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
4780
4780
|
return ret;
|
|
4781
4781
|
},
|
|
4782
|
-
|
|
4782
|
+
__wbg___wbindgen_debug_string_0accd80f45e5faa2: function(arg0, arg1) {
|
|
4783
4783
|
const ret = debugString(arg1);
|
|
4784
4784
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
4785
4785
|
const len1 = WASM_VECTOR_LEN;
|
|
4786
4786
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
4787
4787
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
4788
4788
|
},
|
|
4789
|
-
|
|
4789
|
+
__wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
|
|
4790
4790
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
4791
4791
|
},
|
|
4792
|
-
|
|
4792
|
+
__wbg_error_7beb66b4cc827396: function(arg0, arg1) {
|
|
4793
4793
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
4794
4794
|
},
|
|
4795
|
-
|
|
4795
|
+
__wbg_log_ec937fce81132bb4: function(arg0, arg1) {
|
|
4796
4796
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4797
4797
|
},
|
|
4798
|
-
|
|
4798
|
+
__wbg_warn_10db50b1053b3f0f: function(arg0, arg1) {
|
|
4799
4799
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4800
4800
|
},
|
|
4801
4801
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
package/package.json
CHANGED