@ifc-lite/wasm 2.6.1 → 2.7.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/README.md +1 -1
- package/package.json +1 -1
- package/pkg/ifc-lite.js +6 -6
- package/pkg/ifc-lite_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ifc-lite/wasm
|
|
2
2
|
|
|
3
|
-
Pre-built WebAssembly bindings for the IFClite Rust core, covering STEP parsing and geometry tessellation (including the
|
|
3
|
+
Pre-built WebAssembly bindings for the IFClite Rust core, covering STEP parsing and geometry tessellation (including the pure-Rust exact CSG kernel).
|
|
4
4
|
|
|
5
5
|
> **You probably don't need to use this package directly.** It's the WASM binary plus generated JS/TypeScript bindings that `@ifc-lite/parser`, `@ifc-lite/geometry`, and `@ifc-lite/renderer` consume internally. Reach for it when you want raw access to the Rust core without the higher-level wrappers.
|
|
6
6
|
|
package/package.json
CHANGED
package/pkg/ifc-lite.js
CHANGED
|
@@ -252,12 +252,12 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
252
252
|
|
|
253
253
|
let WASM_VECTOR_LEN = 0;
|
|
254
254
|
|
|
255
|
-
function
|
|
256
|
-
wasm.
|
|
255
|
+
function __wasm_bindgen_func_elem_722(arg0, arg1, arg2) {
|
|
256
|
+
wasm.__wasm_bindgen_func_elem_722(arg0, arg1, addHeapObject(arg2));
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
function
|
|
260
|
-
wasm.
|
|
259
|
+
function __wasm_bindgen_func_elem_756(arg0, arg1, arg2, arg3) {
|
|
260
|
+
wasm.__wasm_bindgen_func_elem_756(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
const ClashRunResultFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -2876,7 +2876,7 @@ function __wbg_get_imports() {
|
|
|
2876
2876
|
const a = state0.a;
|
|
2877
2877
|
state0.a = 0;
|
|
2878
2878
|
try {
|
|
2879
|
-
return
|
|
2879
|
+
return __wasm_bindgen_func_elem_756(a, state0.b, arg0, arg1);
|
|
2880
2880
|
} finally {
|
|
2881
2881
|
state0.a = a;
|
|
2882
2882
|
}
|
|
@@ -2996,7 +2996,7 @@ function __wbg_get_imports() {
|
|
|
2996
2996
|
};
|
|
2997
2997
|
imports.wbg.__wbindgen_cast_efaa74e24e38a7b5 = function(arg0, arg1) {
|
|
2998
2998
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 65, function: Function { arguments: [Externref], shim_idx: 66, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2999
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
2999
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_721, __wasm_bindgen_func_elem_722);
|
|
3000
3000
|
return addHeapObject(ret);
|
|
3001
3001
|
};
|
|
3002
3002
|
imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
|
package/pkg/ifc-lite_bg.wasm
CHANGED
|
Binary file
|