nucleation 0.1.126__tar.gz → 0.1.128__tar.gz
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.
- {nucleation-0.1.126 → nucleation-0.1.128}/Cargo.lock +1 -1
- {nucleation-0.1.126 → nucleation-0.1.128}/Cargo.toml +1 -1
- {nucleation-0.1.126 → nucleation-0.1.128}/PKG-INFO +1 -1
- {nucleation-0.1.126 → nucleation-0.1.128}/docs/shared/guide/definition-region.md +147 -2
- {nucleation-0.1.126 → nucleation-0.1.128}/pyproject.toml +1 -1
- {nucleation-0.1.126 → nucleation-0.1.128}/release-artifacts/libnucleation-macos-arm64.dylib +0 -0
- nucleation-0.1.128/release-artifacts/libnucleation-macos-x64.dylib +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/release-artifacts/libnucleation.rlib +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/release-artifacts/nucleation-original.js +265 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/release-artifacts/nucleation.d.ts +162 -45
- nucleation-0.1.128/release-artifacts/nucleation_bg.wasm +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/release-artifacts/nucleation_bg.wasm.d.ts +63 -45
- {nucleation-0.1.126 → nucleation-0.1.128}/release-artifacts/package.json +1 -1
- nucleation-0.1.128/simple_cube.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/formats/schematic.rs +3 -0
- nucleation-0.1.128/src/python/circuit_builder.rs +482 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/python/mod.rs +2 -1
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/circuit_builder.rs +73 -6
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/typed_executor/io_layout_builder.rs +71 -9
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/typed_executor/mod.rs +3 -1
- nucleation-0.1.128/src/simulation/typed_executor/sort_strategy.rs +369 -0
- nucleation-0.1.128/src/wasm/circuit_builder.rs +477 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/wasm/mod.rs +1 -1
- nucleation-0.1.128/test_schematic.schem +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/node_wasm_test.js +96 -2
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/python_test.py +132 -0
- nucleation-0.1.126/release-artifacts/libnucleation-macos-x64.dylib +0 -0
- nucleation-0.1.126/release-artifacts/nucleation_bg.wasm +0 -0
- nucleation-0.1.126/simple_cube.litematic +0 -0
- nucleation-0.1.126/src/python/circuit_builder.rs +0 -213
- nucleation-0.1.126/src/wasm/circuit_builder.rs +0 -221
- nucleation-0.1.126/test_schematic.schem +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/.DS_Store +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/.cargo/config.toml +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/.github/workflows/ci.yml +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/.gitignore +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/.idea/.gitignore +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/.idea/minecraft_schematic_utils.iml +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/.idea/misc.xml +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/.idea/modules.xml +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/.idea/vcs.xml +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/4bit_adder.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/CUSTOM_IO_INTEGRATION_CHECKLIST.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/Dockerfile +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/LICENSE +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/README.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/benches/performance_test.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/benches/schematic_bench.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/build-ffi.sh +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/build-wasm.sh +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/docs/README.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/docs/insign-io-integration.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/docs/javascript/README.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/docs/python/README.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/docs/rust/README.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/docs/shared/guide/circuit-api.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/docs/shared/guide/schematic-builder.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/docs/shared/guide/typed-executor.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/docs/shared/unicode-palette.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/bracket_notation.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/build_adder.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/build_test_adder.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/check_adder_dims.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/connect4_battle_setup.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/create_simple_litematic.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/custom_io_signals.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/ffi.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/python.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/python_simulation.py +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/rust.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/test_asymmetric_cubes.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/test_checkerboard.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/test_unicode_circuit.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/universal_schematic_overhead.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/examples/wasm.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/helf_adder.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/insign.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/nucleation-stubs.php +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/nucleation.pyi +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/output/.DS_Store +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/output/full_adder.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/pre-push.sh +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/py.typed +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/release-artifacts/LICENSE +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/release-artifacts/README.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/release-artifacts/libnucleation.d +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/release-artifacts/nucleation-cdn-loader.js +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/release-artifacts/nucleation.js +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/schematic_builder/generated/d_latch.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/schematic_builder/generated/xor.schem +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/schematic_builder/templates/comparator_subtract_bug1.txt +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/schematic_builder/templates/comparator_subtract_bug2.txt +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/schematic_builder/templates/comparator_subtract_simple.txt +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/schematic_builder/templates/comparator_subtract_with_signs.txt +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/schematic_builder/templates/d_latch.txt +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/schematic_builder/templates/failing_case.txt +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/schematic_builder/templates/full_adder.txt +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/schematic_builder/templates/xor.txt +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/scripts/update-stubs.sh +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/bin/schematic-builder.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/block_entity/generic.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/block_entity/mod.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/block_position.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/block_state.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/bounding_box.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/chunk.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/definition_region.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/entity.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/ffi.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/formats/litematic.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/formats/mod.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/formats/sponge_schematic_v3.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/insign.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/item/mod.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/item/stack.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/lib.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/metadata.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/php.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/print_utils.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/python/definition_region.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/python/schematic.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/python/schematic_builder.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/python/simulation.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/python/typed_executor.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/region.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/schematic_builder/palettes.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/schematic_builder.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/mchprs_world.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/mod.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/tests.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/truth_table.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/typed_executor/executor.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/typed_executor/insign_io.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/typed_executor/integration_tests.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/typed_executor/io_mapping.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/typed_executor/io_type.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/typed_executor/layout_function.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/typed_executor/tests.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/simulation/typed_executor/value.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/transforms.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/universal_schematic.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/utils/block_string.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/utils/container_spec.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/utils/enhanced_nbt_parser.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/utils/mod.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/utils/nbt.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/wasm/definition_region.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/wasm/schematic.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/wasm/schematic_builder.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/wasm/simulation.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/src/wasm/typed_executor.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/test-wasm.sh +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/test_adder.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/test_circuit.txt +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/test_cli_output.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/test_count_format.schem +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/test_enhanced.schem +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/test_fixed.schem +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/.DS_Store +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/barrel_nbt_test.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/debug_flip.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/integration_tests.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/mchprs_state_test.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/nbt_parsing_test.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/package.json +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/php-stubs-test.php +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/property_transformation_demo.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/1x1.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/3x2x3.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/3x3.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/4x2x4.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/4x4x4+1.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/Evaluator.schem +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/all_items.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/and.schem +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/brewer.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/cutecounter.schem +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/door_plot.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/file.litematic.l +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/gol.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/large_schematic.schem +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/linear_plotter.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/litematic-rose-farm.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/new_chest_test.schem +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/quarry.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/sample.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/sample.schem +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/spinny.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/ss-sorter.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/storage_thingy.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/test_coordinate_thingy.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/test_cube.schem +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/trencher.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/samples/wool_palette.litematic +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/simple_wasm_test.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_barrel_hopper_simulation.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_chunk_bounds_bug.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_comparator_diagonal_bug.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_comparator_subtract_bug.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_comparator_subtract_executor.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_custom_io_adjacent_bug.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_custom_io_no_power_bug.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_intermediate_wire_sync.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_long_wire.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_nibble_signal_strength.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_region_expansion_bugs.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_repeater_chain_sync.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_repeater_custom_io_bug.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_simulation_with_tight_bounds.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_two_inputs_exact_topology.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_two_inputs_no_output_bug.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/test_typed_executor_sync_output_bug.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/transformation_tests.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/wasm_node_tests.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/tests/wasm_tests.rs +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/bun.lockb +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/index.html +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/index.js +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/minecraft_schematic_utils.js +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/minecraft_schematic_utils_bg.wasm +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/LICENSE +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/README.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/assert/strict.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/assert.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/async_hooks.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/buffer.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/child_process.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/cluster.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/console.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/constants.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/crypto.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/dgram.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/dns/promises.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/dns.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/dom-events.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/domain.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/events.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/fs/promises.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/fs.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/globals.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/globals.global.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/http.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/http2.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/https.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/index.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/inspector.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/module.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/net.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/os.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/package.json +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/path.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/perf_hooks.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/process.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/punycode.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/querystring.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/readline/promises.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/readline.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/repl.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/sea.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/stream/consumers.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/stream/promises.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/stream/web.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/stream.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/string_decoder.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/test.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/timers/promises.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/timers.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/tls.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/trace_events.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/tty.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/url.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/util.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/v8.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/vm.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/wasi.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/worker_threads.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/node/zlib.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/LICENSE +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/README.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/index.d.mts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/index.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/LICENSE +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/README.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/console.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dom-events.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/events.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/globals.global.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/http.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/https.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/index.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/module.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/net.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/LICENSE +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/README.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/agent.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/api.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/balanced-pool.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/cache.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/client.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/connector.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/content-type.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/cookies.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/dispatcher.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/errors.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/eventsource.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/fetch.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/file.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/filereader.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/formdata.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/global-origin.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/handlers.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/header.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/index.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/interceptors.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-agent.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-client.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-errors.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-pool.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/package.json +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/patch.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/pool-stats.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/pool.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/proxy-agent.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/readable.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/retry-agent.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/retry-handler.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/util.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/webidl.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/websocket.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/os.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/package.json +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/path.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/process.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/test.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/url.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/util.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/@types/ws/package.json +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/README.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/bun.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/deprecated.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/fetch.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/ffi.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/globals.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/html-rewriter.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/index.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/jsc.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/overrides.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/package.json +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/sqlite.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/test.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/bun-types/wasm.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/README.md +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/agent.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/api.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/balanced-pool.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/cache.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/client.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/connector.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/content-type.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/cookies.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/dispatcher.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/errors.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/fetch.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/file.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/filereader.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/formdata.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/global-origin.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/handlers.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/header.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/index.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/interceptors.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/mock-agent.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/mock-client.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/mock-errors.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/mock-pool.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/package.json +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/patch.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/pool-stats.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/pool.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/proxy-agent.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/readable.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/webidl.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/node_modules/undici-types/websocket.d.ts +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/nucleation-web.js +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/nucleation-web_bg.wasm +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/nucleation.js +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/nucleation_bg.js +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/nucleation_bg.wasm +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/package.json +0 -0
- {nucleation-0.1.126 → nucleation-0.1.128}/wasm-test/server.js +0 -0
|
@@ -11,8 +11,9 @@
|
|
|
11
11
|
5. [Metadata](#metadata)
|
|
12
12
|
6. [Connectivity Analysis](#connectivity-analysis)
|
|
13
13
|
7. [Filtering with Schematics](#filtering-with-schematics)
|
|
14
|
-
8. [
|
|
15
|
-
9. [
|
|
14
|
+
8. [Sort Strategies for Circuit Execution](#sort-strategies-for-circuit-execution)
|
|
15
|
+
9. [Renderer Integration](#renderer-integration)
|
|
16
|
+
10. [Best Practices](#best-practices)
|
|
16
17
|
|
|
17
18
|
---
|
|
18
19
|
|
|
@@ -300,6 +301,150 @@ lit_lamps = region.filter_by_properties(schematic, { lit: "true" });
|
|
|
300
301
|
|
|
301
302
|
---
|
|
302
303
|
|
|
304
|
+
## Sort Strategies for Circuit Execution
|
|
305
|
+
|
|
306
|
+
When using `DefinitionRegion` for circuit IO, the order of positions determines bit assignment (position 0 = LSB). Use `SortStrategy` to control this ordering.
|
|
307
|
+
|
|
308
|
+
### Available Strategies
|
|
309
|
+
|
|
310
|
+
```javascript
|
|
311
|
+
// JavaScript
|
|
312
|
+
const { SortStrategyWrapper } = nucleation;
|
|
313
|
+
|
|
314
|
+
// Axis-first ascending
|
|
315
|
+
SortStrategyWrapper.yxz(); // Y first, then X, then Z (DEFAULT)
|
|
316
|
+
SortStrategyWrapper.xyz(); // X first, then Y, then Z
|
|
317
|
+
SortStrategyWrapper.zyx(); // Z first, then Y, then X
|
|
318
|
+
|
|
319
|
+
// Axis-first descending (primary axis descending, others ascending)
|
|
320
|
+
SortStrategyWrapper.yDescXZ(); // Y descending, then X, then Z
|
|
321
|
+
SortStrategyWrapper.xDescYZ(); // X descending, then Y, then Z
|
|
322
|
+
SortStrategyWrapper.zDescYX(); // Z descending, then Y, then X
|
|
323
|
+
|
|
324
|
+
// Fully descending
|
|
325
|
+
SortStrategyWrapper.descending(); // Y, X, Z all descending
|
|
326
|
+
|
|
327
|
+
// Distance-based (useful for radial layouts)
|
|
328
|
+
SortStrategyWrapper.distanceFrom(x, y, z); // Closest to (x,y,z) first
|
|
329
|
+
SortStrategyWrapper.distanceFromDesc(x, y, z); // Farthest from (x,y,z) first
|
|
330
|
+
|
|
331
|
+
// Order preservation
|
|
332
|
+
SortStrategyWrapper.preserve(); // Keep order from region construction
|
|
333
|
+
SortStrategyWrapper.reverse(); // Reverse the iteration order
|
|
334
|
+
```
|
|
335
|
+
|
|
336
|
+
```python
|
|
337
|
+
# Python
|
|
338
|
+
from nucleation import SortStrategy
|
|
339
|
+
|
|
340
|
+
# Axis-first ascending
|
|
341
|
+
SortStrategy.yxz() # Y first, then X, then Z (DEFAULT)
|
|
342
|
+
SortStrategy.xyz() # X first, then Y, then Z
|
|
343
|
+
SortStrategy.zyx() # Z first, then Y, then X
|
|
344
|
+
|
|
345
|
+
# Axis-first descending
|
|
346
|
+
SortStrategy.y_desc_xz() # Y descending, then X, then Z
|
|
347
|
+
SortStrategy.x_desc_yz() # X descending, then Y, then Z
|
|
348
|
+
SortStrategy.z_desc_yx() # Z descending, then Y, then X
|
|
349
|
+
|
|
350
|
+
# Fully descending
|
|
351
|
+
SortStrategy.descending() # Y, X, Z all descending
|
|
352
|
+
|
|
353
|
+
# Distance-based
|
|
354
|
+
SortStrategy.distance_from(x, y, z)
|
|
355
|
+
SortStrategy.distance_from_desc(x, y, z)
|
|
356
|
+
|
|
357
|
+
# Order preservation
|
|
358
|
+
SortStrategy.preserve()
|
|
359
|
+
SortStrategy.reverse()
|
|
360
|
+
```
|
|
361
|
+
|
|
362
|
+
### Using with CircuitBuilder
|
|
363
|
+
|
|
364
|
+
```javascript
|
|
365
|
+
// JavaScript - Default sorting (YXZ)
|
|
366
|
+
let builder = new CircuitBuilderWrapper(schematic).withInputAuto(
|
|
367
|
+
"data",
|
|
368
|
+
IoTypeWrapper.unsignedInt(8),
|
|
369
|
+
region
|
|
370
|
+
);
|
|
371
|
+
|
|
372
|
+
// Custom sorting (Y descending for top-to-bottom bit ordering)
|
|
373
|
+
builder = new CircuitBuilderWrapper(schematic).withInputAutoSorted(
|
|
374
|
+
"data",
|
|
375
|
+
IoTypeWrapper.unsignedInt(8),
|
|
376
|
+
region,
|
|
377
|
+
SortStrategyWrapper.yDescXZ()
|
|
378
|
+
);
|
|
379
|
+
|
|
380
|
+
// Preserve box order (LSB in first box, MSB in second)
|
|
381
|
+
const multiBoxRegion = DefinitionRegionWrapper.fromBoundingBoxes([
|
|
382
|
+
{ min: [0, 0, 0], max: [3, 0, 0] }, // Bits 0-3
|
|
383
|
+
{ min: [0, 0, 2], max: [3, 0, 2] }, // Bits 4-7
|
|
384
|
+
]);
|
|
385
|
+
builder = new CircuitBuilderWrapper(schematic).withInputAutoSorted(
|
|
386
|
+
"data",
|
|
387
|
+
IoTypeWrapper.unsignedInt(8),
|
|
388
|
+
multiBoxRegion,
|
|
389
|
+
SortStrategyWrapper.preserve()
|
|
390
|
+
);
|
|
391
|
+
|
|
392
|
+
// Distance-based (closest to sign position first)
|
|
393
|
+
const signPos = [5, 2, 0];
|
|
394
|
+
builder = new CircuitBuilderWrapper(schematic).withInputAutoSorted(
|
|
395
|
+
"data",
|
|
396
|
+
IoTypeWrapper.unsignedInt(8),
|
|
397
|
+
region,
|
|
398
|
+
SortStrategyWrapper.distanceFrom(...signPos)
|
|
399
|
+
);
|
|
400
|
+
```
|
|
401
|
+
|
|
402
|
+
```python
|
|
403
|
+
# Python - Default sorting (YXZ)
|
|
404
|
+
builder = CircuitBuilder(schematic)
|
|
405
|
+
builder.with_input_auto("data", IoType.unsigned_int(8), region)
|
|
406
|
+
|
|
407
|
+
# Custom sorting (Y descending)
|
|
408
|
+
builder = CircuitBuilder(schematic)
|
|
409
|
+
builder.with_input_auto_sorted(
|
|
410
|
+
"data",
|
|
411
|
+
IoType.unsigned_int(8),
|
|
412
|
+
region,
|
|
413
|
+
SortStrategy.y_desc_xz()
|
|
414
|
+
)
|
|
415
|
+
|
|
416
|
+
# Preserve box order
|
|
417
|
+
multi_box_region = DefinitionRegion.from_bounding_boxes([
|
|
418
|
+
((0, 0, 0), (3, 0, 0)), # Bits 0-3
|
|
419
|
+
((0, 0, 2), (3, 0, 2)), # Bits 4-7
|
|
420
|
+
])
|
|
421
|
+
builder = CircuitBuilder(schematic)
|
|
422
|
+
builder.with_input_auto_sorted(
|
|
423
|
+
"data",
|
|
424
|
+
IoType.unsigned_int(8),
|
|
425
|
+
multi_box_region,
|
|
426
|
+
SortStrategy.preserve()
|
|
427
|
+
)
|
|
428
|
+
```
|
|
429
|
+
|
|
430
|
+
### Parse from String
|
|
431
|
+
|
|
432
|
+
```javascript
|
|
433
|
+
// JavaScript
|
|
434
|
+
const strategy = SortStrategyWrapper.fromString("y_desc");
|
|
435
|
+
console.log(strategy.name); // "y_desc_x_z"
|
|
436
|
+
```
|
|
437
|
+
|
|
438
|
+
```python
|
|
439
|
+
# Python
|
|
440
|
+
strategy = SortStrategy.from_string("y_desc")
|
|
441
|
+
print(strategy.name) # "y_desc_x_z"
|
|
442
|
+
```
|
|
443
|
+
|
|
444
|
+
Valid strings: `"yxz"`, `"xyz"`, `"zyx"`, `"y_desc"`, `"x_desc"`, `"z_desc"`, `"descending"`, `"preserve"`, `"boxOrder"`, `"reverse"`
|
|
445
|
+
|
|
446
|
+
---
|
|
447
|
+
|
|
303
448
|
## Renderer Integration
|
|
304
449
|
|
|
305
450
|
This section provides patterns for integrating `DefinitionRegion` with 3D renderers.
|
|
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "nucleation"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.128"
|
|
8
8
|
description = "A high-performance Minecraft schematic parser and utility library"
|
|
9
9
|
authors = [{ name = "Nano", email = "nano@schem.at" }]
|
|
10
10
|
license = { text = "AGPL-3.0-only" }
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -470,6 +470,9 @@ export class CircuitBuilderWrapper {
|
|
|
470
470
|
}
|
|
471
471
|
/**
|
|
472
472
|
* Add an input with full control
|
|
473
|
+
*
|
|
474
|
+
* Uses the default sort strategy (YXZ - Y first, then X, then Z).
|
|
475
|
+
* For custom ordering, use `withInputSorted`.
|
|
473
476
|
* @param {string} name
|
|
474
477
|
* @param {IoTypeWrapper} io_type
|
|
475
478
|
* @param {LayoutFunctionWrapper} layout
|
|
@@ -522,6 +525,9 @@ export class CircuitBuilderWrapper {
|
|
|
522
525
|
}
|
|
523
526
|
/**
|
|
524
527
|
* Add an output with full control
|
|
528
|
+
*
|
|
529
|
+
* Uses the default sort strategy (YXZ - Y first, then X, then Z).
|
|
530
|
+
* For custom ordering, use `withOutputSorted`.
|
|
525
531
|
* @param {string} name
|
|
526
532
|
* @param {IoTypeWrapper} io_type
|
|
527
533
|
* @param {LayoutFunctionWrapper} layout
|
|
@@ -584,6 +590,9 @@ export class CircuitBuilderWrapper {
|
|
|
584
590
|
}
|
|
585
591
|
/**
|
|
586
592
|
* Add an input with automatic layout inference
|
|
593
|
+
*
|
|
594
|
+
* Uses the default sort strategy (YXZ - Y first, then X, then Z).
|
|
595
|
+
* For custom ordering, use `withInputAutoSorted`.
|
|
587
596
|
* @param {string} name
|
|
588
597
|
* @param {IoTypeWrapper} io_type
|
|
589
598
|
* @param {DefinitionRegionWrapper} region
|
|
@@ -618,6 +627,9 @@ export class CircuitBuilderWrapper {
|
|
|
618
627
|
}
|
|
619
628
|
/**
|
|
620
629
|
* Add an output with automatic layout inference
|
|
630
|
+
*
|
|
631
|
+
* Uses the default sort strategy (YXZ - Y first, then X, then Z).
|
|
632
|
+
* For custom ordering, use `withOutputAutoSorted`.
|
|
621
633
|
* @param {string} name
|
|
622
634
|
* @param {IoTypeWrapper} io_type
|
|
623
635
|
* @param {DefinitionRegionWrapper} region
|
|
@@ -635,6 +647,94 @@ export class CircuitBuilderWrapper {
|
|
|
635
647
|
}
|
|
636
648
|
return CircuitBuilderWrapper.__wrap(ret[0]);
|
|
637
649
|
}
|
|
650
|
+
/**
|
|
651
|
+
* Add an input with full control and custom sort strategy
|
|
652
|
+
* @param {string} name
|
|
653
|
+
* @param {IoTypeWrapper} io_type
|
|
654
|
+
* @param {LayoutFunctionWrapper} layout
|
|
655
|
+
* @param {DefinitionRegionWrapper} region
|
|
656
|
+
* @param {SortStrategyWrapper} sort
|
|
657
|
+
* @returns {CircuitBuilderWrapper}
|
|
658
|
+
*/
|
|
659
|
+
withInputSorted(name, io_type, layout, region, sort) {
|
|
660
|
+
const ptr = this.__destroy_into_raw();
|
|
661
|
+
const ptr0 = passStringToWasm0(name, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
662
|
+
const len0 = WASM_VECTOR_LEN;
|
|
663
|
+
_assertClass(io_type, IoTypeWrapper);
|
|
664
|
+
_assertClass(layout, LayoutFunctionWrapper);
|
|
665
|
+
_assertClass(region, DefinitionRegionWrapper);
|
|
666
|
+
_assertClass(sort, SortStrategyWrapper);
|
|
667
|
+
const ret = wasm.circuitbuilderwrapper_withInputSorted(ptr, ptr0, len0, io_type.__wbg_ptr, layout.__wbg_ptr, region.__wbg_ptr, sort.__wbg_ptr);
|
|
668
|
+
if (ret[2]) {
|
|
669
|
+
throw takeFromExternrefTable0(ret[1]);
|
|
670
|
+
}
|
|
671
|
+
return CircuitBuilderWrapper.__wrap(ret[0]);
|
|
672
|
+
}
|
|
673
|
+
/**
|
|
674
|
+
* Add an output with full control and custom sort strategy
|
|
675
|
+
* @param {string} name
|
|
676
|
+
* @param {IoTypeWrapper} io_type
|
|
677
|
+
* @param {LayoutFunctionWrapper} layout
|
|
678
|
+
* @param {DefinitionRegionWrapper} region
|
|
679
|
+
* @param {SortStrategyWrapper} sort
|
|
680
|
+
* @returns {CircuitBuilderWrapper}
|
|
681
|
+
*/
|
|
682
|
+
withOutputSorted(name, io_type, layout, region, sort) {
|
|
683
|
+
const ptr = this.__destroy_into_raw();
|
|
684
|
+
const ptr0 = passStringToWasm0(name, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
685
|
+
const len0 = WASM_VECTOR_LEN;
|
|
686
|
+
_assertClass(io_type, IoTypeWrapper);
|
|
687
|
+
_assertClass(layout, LayoutFunctionWrapper);
|
|
688
|
+
_assertClass(region, DefinitionRegionWrapper);
|
|
689
|
+
_assertClass(sort, SortStrategyWrapper);
|
|
690
|
+
const ret = wasm.circuitbuilderwrapper_withOutputSorted(ptr, ptr0, len0, io_type.__wbg_ptr, layout.__wbg_ptr, region.__wbg_ptr, sort.__wbg_ptr);
|
|
691
|
+
if (ret[2]) {
|
|
692
|
+
throw takeFromExternrefTable0(ret[1]);
|
|
693
|
+
}
|
|
694
|
+
return CircuitBuilderWrapper.__wrap(ret[0]);
|
|
695
|
+
}
|
|
696
|
+
/**
|
|
697
|
+
* Add an input with automatic layout inference and custom sort strategy
|
|
698
|
+
* @param {string} name
|
|
699
|
+
* @param {IoTypeWrapper} io_type
|
|
700
|
+
* @param {DefinitionRegionWrapper} region
|
|
701
|
+
* @param {SortStrategyWrapper} sort
|
|
702
|
+
* @returns {CircuitBuilderWrapper}
|
|
703
|
+
*/
|
|
704
|
+
withInputAutoSorted(name, io_type, region, sort) {
|
|
705
|
+
const ptr = this.__destroy_into_raw();
|
|
706
|
+
const ptr0 = passStringToWasm0(name, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
707
|
+
const len0 = WASM_VECTOR_LEN;
|
|
708
|
+
_assertClass(io_type, IoTypeWrapper);
|
|
709
|
+
_assertClass(region, DefinitionRegionWrapper);
|
|
710
|
+
_assertClass(sort, SortStrategyWrapper);
|
|
711
|
+
const ret = wasm.circuitbuilderwrapper_withInputAutoSorted(ptr, ptr0, len0, io_type.__wbg_ptr, region.__wbg_ptr, sort.__wbg_ptr);
|
|
712
|
+
if (ret[2]) {
|
|
713
|
+
throw takeFromExternrefTable0(ret[1]);
|
|
714
|
+
}
|
|
715
|
+
return CircuitBuilderWrapper.__wrap(ret[0]);
|
|
716
|
+
}
|
|
717
|
+
/**
|
|
718
|
+
* Add an output with automatic layout inference and custom sort strategy
|
|
719
|
+
* @param {string} name
|
|
720
|
+
* @param {IoTypeWrapper} io_type
|
|
721
|
+
* @param {DefinitionRegionWrapper} region
|
|
722
|
+
* @param {SortStrategyWrapper} sort
|
|
723
|
+
* @returns {CircuitBuilderWrapper}
|
|
724
|
+
*/
|
|
725
|
+
withOutputAutoSorted(name, io_type, region, sort) {
|
|
726
|
+
const ptr = this.__destroy_into_raw();
|
|
727
|
+
const ptr0 = passStringToWasm0(name, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
728
|
+
const len0 = WASM_VECTOR_LEN;
|
|
729
|
+
_assertClass(io_type, IoTypeWrapper);
|
|
730
|
+
_assertClass(region, DefinitionRegionWrapper);
|
|
731
|
+
_assertClass(sort, SortStrategyWrapper);
|
|
732
|
+
const ret = wasm.circuitbuilderwrapper_withOutputAutoSorted(ptr, ptr0, len0, io_type.__wbg_ptr, region.__wbg_ptr, sort.__wbg_ptr);
|
|
733
|
+
if (ret[2]) {
|
|
734
|
+
throw takeFromExternrefTable0(ret[1]);
|
|
735
|
+
}
|
|
736
|
+
return CircuitBuilderWrapper.__wrap(ret[0]);
|
|
737
|
+
}
|
|
638
738
|
/**
|
|
639
739
|
* Create a new CircuitBuilder from a schematic
|
|
640
740
|
* @param {SchematicWrapper} schematic
|
|
@@ -2922,6 +3022,171 @@ export class SimulationOptionsWrapper {
|
|
|
2922
3022
|
}
|
|
2923
3023
|
if (Symbol.dispose) SimulationOptionsWrapper.prototype[Symbol.dispose] = SimulationOptionsWrapper.prototype.free;
|
|
2924
3024
|
|
|
3025
|
+
const SortStrategyWrapperFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3026
|
+
? { register: () => {}, unregister: () => {} }
|
|
3027
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_sortstrategywrapper_free(ptr >>> 0, 1));
|
|
3028
|
+
/**
|
|
3029
|
+
* Sort strategy for ordering positions in IO layouts
|
|
3030
|
+
*
|
|
3031
|
+
* Controls how positions are ordered when assigned to bits.
|
|
3032
|
+
* Position 0 corresponds to bit 0 (LSB), position 1 to bit 1, etc.
|
|
3033
|
+
*/
|
|
3034
|
+
export class SortStrategyWrapper {
|
|
3035
|
+
|
|
3036
|
+
static __wrap(ptr) {
|
|
3037
|
+
ptr = ptr >>> 0;
|
|
3038
|
+
const obj = Object.create(SortStrategyWrapper.prototype);
|
|
3039
|
+
obj.__wbg_ptr = ptr;
|
|
3040
|
+
SortStrategyWrapperFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
3041
|
+
return obj;
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
__destroy_into_raw() {
|
|
3045
|
+
const ptr = this.__wbg_ptr;
|
|
3046
|
+
this.__wbg_ptr = 0;
|
|
3047
|
+
SortStrategyWrapperFinalization.unregister(this);
|
|
3048
|
+
return ptr;
|
|
3049
|
+
}
|
|
3050
|
+
|
|
3051
|
+
free() {
|
|
3052
|
+
const ptr = this.__destroy_into_raw();
|
|
3053
|
+
wasm.__wbg_sortstrategywrapper_free(ptr, 0);
|
|
3054
|
+
}
|
|
3055
|
+
/**
|
|
3056
|
+
* Sort by Y descending, then X descending, then Z descending
|
|
3057
|
+
* @returns {SortStrategyWrapper}
|
|
3058
|
+
*/
|
|
3059
|
+
static descending() {
|
|
3060
|
+
const ret = wasm.sortstrategywrapper_descending();
|
|
3061
|
+
return SortStrategyWrapper.__wrap(ret);
|
|
3062
|
+
}
|
|
3063
|
+
/**
|
|
3064
|
+
* Parse sort strategy from string
|
|
3065
|
+
*
|
|
3066
|
+
* Accepts: "yxz", "xyz", "zyx", "y_desc", "x_desc", "z_desc",
|
|
3067
|
+
* "descending", "preserve", "reverse"
|
|
3068
|
+
* @param {string} s
|
|
3069
|
+
* @returns {SortStrategyWrapper}
|
|
3070
|
+
*/
|
|
3071
|
+
static fromString(s) {
|
|
3072
|
+
const ptr0 = passStringToWasm0(s, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3073
|
+
const len0 = WASM_VECTOR_LEN;
|
|
3074
|
+
const ret = wasm.sortstrategywrapper_fromString(ptr0, len0);
|
|
3075
|
+
if (ret[2]) {
|
|
3076
|
+
throw takeFromExternrefTable0(ret[1]);
|
|
3077
|
+
}
|
|
3078
|
+
return SortStrategyWrapper.__wrap(ret[0]);
|
|
3079
|
+
}
|
|
3080
|
+
/**
|
|
3081
|
+
* Sort by Euclidean distance from a reference point (ascending)
|
|
3082
|
+
* Closest positions first. Useful for radial layouts.
|
|
3083
|
+
* @param {number} x
|
|
3084
|
+
* @param {number} y
|
|
3085
|
+
* @param {number} z
|
|
3086
|
+
* @returns {SortStrategyWrapper}
|
|
3087
|
+
*/
|
|
3088
|
+
static distanceFrom(x, y, z) {
|
|
3089
|
+
const ret = wasm.sortstrategywrapper_distanceFrom(x, y, z);
|
|
3090
|
+
return SortStrategyWrapper.__wrap(ret);
|
|
3091
|
+
}
|
|
3092
|
+
/**
|
|
3093
|
+
* Sort by Euclidean distance from a reference point (descending)
|
|
3094
|
+
* Farthest positions first.
|
|
3095
|
+
* @param {number} x
|
|
3096
|
+
* @param {number} y
|
|
3097
|
+
* @param {number} z
|
|
3098
|
+
* @returns {SortStrategyWrapper}
|
|
3099
|
+
*/
|
|
3100
|
+
static distanceFromDesc(x, y, z) {
|
|
3101
|
+
const ret = wasm.sortstrategywrapper_distanceFromDesc(x, y, z);
|
|
3102
|
+
return SortStrategyWrapper.__wrap(ret);
|
|
3103
|
+
}
|
|
3104
|
+
/**
|
|
3105
|
+
* Sort by X first (ascending), then Y, then Z
|
|
3106
|
+
* @returns {SortStrategyWrapper}
|
|
3107
|
+
*/
|
|
3108
|
+
static xyz() {
|
|
3109
|
+
const ret = wasm.sortstrategywrapper_xyz();
|
|
3110
|
+
return SortStrategyWrapper.__wrap(ret);
|
|
3111
|
+
}
|
|
3112
|
+
/**
|
|
3113
|
+
* Sort by Y first (ascending), then X, then Z
|
|
3114
|
+
* Standard Minecraft layer-based ordering. This is the default.
|
|
3115
|
+
* @returns {SortStrategyWrapper}
|
|
3116
|
+
*/
|
|
3117
|
+
static yxz() {
|
|
3118
|
+
const ret = wasm.sortstrategywrapper_yxz();
|
|
3119
|
+
return SortStrategyWrapper.__wrap(ret);
|
|
3120
|
+
}
|
|
3121
|
+
/**
|
|
3122
|
+
* Sort by Z first (ascending), then Y, then X
|
|
3123
|
+
* @returns {SortStrategyWrapper}
|
|
3124
|
+
*/
|
|
3125
|
+
static zyx() {
|
|
3126
|
+
const ret = wasm.iotypewrapper_float32();
|
|
3127
|
+
return SortStrategyWrapper.__wrap(ret);
|
|
3128
|
+
}
|
|
3129
|
+
/**
|
|
3130
|
+
* Get the name of this strategy
|
|
3131
|
+
* @returns {string}
|
|
3132
|
+
*/
|
|
3133
|
+
get name() {
|
|
3134
|
+
let deferred1_0;
|
|
3135
|
+
let deferred1_1;
|
|
3136
|
+
try {
|
|
3137
|
+
const ret = wasm.sortstrategywrapper_name(this.__wbg_ptr);
|
|
3138
|
+
deferred1_0 = ret[0];
|
|
3139
|
+
deferred1_1 = ret[1];
|
|
3140
|
+
return getStringFromWasm0(ret[0], ret[1]);
|
|
3141
|
+
} finally {
|
|
3142
|
+
wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
|
|
3143
|
+
}
|
|
3144
|
+
}
|
|
3145
|
+
/**
|
|
3146
|
+
* Reverse of whatever order positions were added
|
|
3147
|
+
* @returns {SortStrategyWrapper}
|
|
3148
|
+
*/
|
|
3149
|
+
static reverse() {
|
|
3150
|
+
const ret = wasm.sortstrategywrapper_reverse();
|
|
3151
|
+
return SortStrategyWrapper.__wrap(ret);
|
|
3152
|
+
}
|
|
3153
|
+
/**
|
|
3154
|
+
* Preserve the order positions were added (no sorting)
|
|
3155
|
+
* Useful when you've manually ordered positions or are using `fromBoundingBoxes`
|
|
3156
|
+
* where box order matters.
|
|
3157
|
+
* @returns {SortStrategyWrapper}
|
|
3158
|
+
*/
|
|
3159
|
+
static preserve() {
|
|
3160
|
+
const ret = wasm.sortstrategywrapper_preserve();
|
|
3161
|
+
return SortStrategyWrapper.__wrap(ret);
|
|
3162
|
+
}
|
|
3163
|
+
/**
|
|
3164
|
+
* Sort by X first (descending), then Y ascending, then Z ascending
|
|
3165
|
+
* @returns {SortStrategyWrapper}
|
|
3166
|
+
*/
|
|
3167
|
+
static xDescYZ() {
|
|
3168
|
+
const ret = wasm.sortstrategywrapper_xDescYZ();
|
|
3169
|
+
return SortStrategyWrapper.__wrap(ret);
|
|
3170
|
+
}
|
|
3171
|
+
/**
|
|
3172
|
+
* Sort by Y first (descending), then X ascending, then Z ascending
|
|
3173
|
+
* @returns {SortStrategyWrapper}
|
|
3174
|
+
*/
|
|
3175
|
+
static yDescXZ() {
|
|
3176
|
+
const ret = wasm.iotypewrapper_boolean();
|
|
3177
|
+
return SortStrategyWrapper.__wrap(ret);
|
|
3178
|
+
}
|
|
3179
|
+
/**
|
|
3180
|
+
* Sort by Z first (descending), then Y ascending, then X ascending
|
|
3181
|
+
* @returns {SortStrategyWrapper}
|
|
3182
|
+
*/
|
|
3183
|
+
static zDescYX() {
|
|
3184
|
+
const ret = wasm.sortstrategywrapper_zDescYX();
|
|
3185
|
+
return SortStrategyWrapper.__wrap(ret);
|
|
3186
|
+
}
|
|
3187
|
+
}
|
|
3188
|
+
if (Symbol.dispose) SortStrategyWrapper.prototype[Symbol.dispose] = SortStrategyWrapper.prototype.free;
|
|
3189
|
+
|
|
2925
3190
|
const StateModeConstantsFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2926
3191
|
? { register: () => {}, unregister: () => {} }
|
|
2927
3192
|
: new FinalizationRegistry(ptr => wasm.__wbg_statemodeconstants_free(ptr >>> 0, 1));
|