nucleation 0.1.134__tar.gz → 0.1.135__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.134 → nucleation-0.1.135}/Cargo.lock +1 -1
- {nucleation-0.1.134 → nucleation-0.1.135}/Cargo.toml +1 -1
- {nucleation-0.1.134 → nucleation-0.1.135}/PKG-INFO +1 -1
- {nucleation-0.1.134 → nucleation-0.1.135}/pyproject.toml +1 -1
- {nucleation-0.1.134 → nucleation-0.1.135}/release-artifacts/libnucleation-macos-arm64.dylib +0 -0
- nucleation-0.1.135/release-artifacts/libnucleation-macos-x64.dylib +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/release-artifacts/libnucleation.rlib +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/release-artifacts/nucleation_bg.wasm +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/release-artifacts/package.json +1 -1
- nucleation-0.1.135/simple_cube.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/wasm/typed_executor.rs +30 -4
- nucleation-0.1.135/test_schematic.schem +0 -0
- nucleation-0.1.134/release-artifacts/libnucleation-macos-x64.dylib +0 -0
- nucleation-0.1.134/simple_cube.litematic +0 -0
- nucleation-0.1.134/test_schematic.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/.DS_Store +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/.cargo/config.toml +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/.github/workflows/ci.yml +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/.gitignore +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/.idea/.gitignore +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/.idea/minecraft_schematic_utils.iml +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/.idea/misc.xml +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/.idea/modules.xml +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/.idea/vcs.xml +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/4bit_adder.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/CUSTOM_IO_INTEGRATION_CHECKLIST.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/Dockerfile +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/LICENSE +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/README.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/benches/performance_test.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/benches/schematic_bench.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/build-ffi.sh +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/build-wasm.sh +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/docs/README.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/docs/insign-io-integration.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/docs/javascript/README.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/docs/python/README.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/docs/rust/README.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/docs/shared/guide/circuit-api.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/docs/shared/guide/definition-region.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/docs/shared/guide/schematic-builder.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/docs/shared/guide/typed-executor.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/docs/shared/unicode-palette.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/bracket_notation.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/build_adder.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/build_test_adder.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/check_adder_dims.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/connect4_battle_setup.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/create_simple_litematic.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/custom_io_signals.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/ffi.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/python.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/python_simulation.py +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/rust.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/rust_fluent_api.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/test_asymmetric_cubes.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/test_checkerboard.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/test_unicode_circuit.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/universal_schematic_overhead.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/examples/wasm.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/helf_adder.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/insign.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/nucleation-stubs.php +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/nucleation.pyi +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/output/.DS_Store +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/output/full_adder.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/pre-push.sh +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/py.typed +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/release-artifacts/LICENSE +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/release-artifacts/README.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/release-artifacts/libnucleation.d +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/release-artifacts/nucleation-cdn-loader.js +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/release-artifacts/nucleation-original.js +7 -7
- {nucleation-0.1.134 → nucleation-0.1.135}/release-artifacts/nucleation.d.ts +59 -59
- {nucleation-0.1.134 → nucleation-0.1.135}/release-artifacts/nucleation.js +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/release-artifacts/nucleation_bg.wasm.d.ts +57 -57
- {nucleation-0.1.134 → nucleation-0.1.135}/schematic_builder/generated/d_latch.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/schematic_builder/generated/xor.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/schematic_builder/templates/comparator_subtract_bug1.txt +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/schematic_builder/templates/comparator_subtract_bug2.txt +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/schematic_builder/templates/comparator_subtract_simple.txt +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/schematic_builder/templates/comparator_subtract_with_signs.txt +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/schematic_builder/templates/d_latch.txt +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/schematic_builder/templates/failing_case.txt +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/schematic_builder/templates/full_adder.txt +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/schematic_builder/templates/xor.txt +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/scripts/update-stubs.sh +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/bin/schematic-builder.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/block_entity/generic.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/block_entity/mod.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/block_position.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/block_state.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/bounding_box.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/chunk.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/definition_region.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/entity.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/ffi.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/formats/litematic.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/formats/mod.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/formats/schematic.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/formats/sponge_schematic_v3.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/insign.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/item/mod.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/item/stack.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/lib.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/metadata.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/php.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/print_utils.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/python/circuit_builder.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/python/definition_region.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/python/mod.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/python/schematic.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/python/schematic_builder.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/python/simulation.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/python/typed_executor.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/region.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/schematic_builder/palettes.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/schematic_builder.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/circuit_builder.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/mchprs_world.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/mod.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/tests.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/truth_table.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/typed_executor/executor.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/typed_executor/insign_io.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/typed_executor/integration_tests.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/typed_executor/io_layout_builder.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/typed_executor/io_mapping.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/typed_executor/io_type.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/typed_executor/layout_function.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/typed_executor/mod.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/typed_executor/sort_strategy.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/typed_executor/tests.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/simulation/typed_executor/value.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/transforms.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/universal_schematic.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/utils/block_string.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/utils/container_spec.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/utils/enhanced_nbt_parser.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/utils/mod.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/utils/nbt.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/wasm/circuit_builder.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/wasm/definition_region.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/wasm/mod.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/wasm/schematic.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/wasm/schematic_builder.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/src/wasm/simulation.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/test-wasm.sh +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/test_adder.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/test_circuit.txt +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/test_cli_output.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/test_count_format.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/test_enhanced.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/test_fixed.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/.DS_Store +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/barrel_nbt_test.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/connect4_test.js +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/debug_flip.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/definition_regions_test.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/executor_config_test.js +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/integration_tests.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/mchprs_state_test.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/nbt_parsing_test.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/node_fluent_api_test.mjs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/node_simple_circuit_test.js +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/node_simple_circuit_test.mjs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/node_wasm_test.js +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/package.json +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/php-stubs-test.php +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/property_transformation_demo.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/python_simple_circuit_test.py +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/python_test.py +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/reproduce_bug.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/rust_fluent_api_test.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/1x1.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/3x2x3.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/3x3.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/4x2x4.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/4x4x4+1.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/Evaluator.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/all_items.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/and.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/brewer.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/c4_ai_last_played.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/c4_ai_left_most.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/cutecounter.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/door_plot.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/file.litematic.l +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/gol.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/large_schematic.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/linear_plotter.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/litematic-rose-farm.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/new_chest_test.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/quarry.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/sample.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/sample.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/spinny.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/ss-sorter.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/storage_thingy.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/test_coordinate_thingy.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/test_cube.schem +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/trencher.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/samples/wool_palette.litematic +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/simple_wasm_test.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_barrel_hopper_simulation.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_chunk_bounds_bug.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_comparator_diagonal_bug.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_comparator_subtract_bug.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_comparator_subtract_executor.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_custom_io_adjacent_bug.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_custom_io_no_power_bug.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_intermediate_wire_sync.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_long_wire.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_nibble_signal_strength.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_region_expansion_bugs.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_repeater_chain_sync.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_repeater_custom_io_bug.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_simulation_with_tight_bounds.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_two_inputs_exact_topology.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_two_inputs_no_output_bug.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/test_typed_executor_sync_output_bug.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/transformation_tests.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/wasm_node_tests.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/tests/wasm_tests.rs +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/bun.lockb +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/index.html +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/index.js +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/minecraft_schematic_utils.js +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/minecraft_schematic_utils_bg.wasm +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/LICENSE +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/README.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/assert/strict.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/assert.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/async_hooks.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/buffer.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/child_process.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/cluster.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/console.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/constants.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/crypto.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/dgram.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/dns/promises.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/dns.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/dom-events.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/domain.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/events.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/fs/promises.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/fs.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/globals.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/globals.global.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/http.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/http2.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/https.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/index.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/inspector.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/module.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/net.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/os.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/package.json +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/path.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/perf_hooks.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/process.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/punycode.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/querystring.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/readline/promises.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/readline.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/repl.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/sea.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/stream/consumers.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/stream/promises.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/stream/web.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/stream.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/string_decoder.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/test.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/timers/promises.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/timers.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/tls.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/trace_events.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/tty.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/url.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/util.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/v8.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/vm.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/wasi.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/worker_threads.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/node/zlib.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/LICENSE +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/README.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/index.d.mts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/index.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/LICENSE +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/README.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/console.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dom-events.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/events.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/globals.global.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/http.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/https.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/index.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/module.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/net.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/LICENSE +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/README.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/agent.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/api.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/balanced-pool.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/cache.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/client.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/connector.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/content-type.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/cookies.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/dispatcher.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/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.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/errors.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/eventsource.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/fetch.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/file.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/filereader.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/formdata.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/global-origin.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/handlers.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/header.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/index.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/interceptors.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-agent.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-client.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-errors.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-pool.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/package.json +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/patch.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/pool-stats.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/pool.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/proxy-agent.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/readable.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/retry-agent.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/retry-handler.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/util.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/webidl.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/websocket.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/os.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/package.json +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/path.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/process.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/test.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/url.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/util.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/@types/ws/package.json +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/README.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/bun.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/deprecated.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/fetch.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/ffi.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/globals.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/html-rewriter.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/index.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/jsc.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/overrides.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/package.json +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/sqlite.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/test.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/bun-types/wasm.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/README.md +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/agent.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/api.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/balanced-pool.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/cache.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/client.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/connector.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/content-type.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/cookies.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/dispatcher.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/errors.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/fetch.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/file.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/filereader.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/formdata.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/global-origin.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/handlers.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/header.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/index.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/interceptors.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/mock-agent.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/mock-client.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/mock-errors.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/mock-pool.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/package.json +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/patch.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/pool-stats.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/pool.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/proxy-agent.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/readable.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/webidl.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/node_modules/undici-types/websocket.d.ts +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/nucleation-web.js +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/nucleation-web_bg.wasm +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/nucleation.js +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/nucleation_bg.js +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/nucleation_bg.wasm +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/package.json +0 -0
- {nucleation-0.1.134 → nucleation-0.1.135}/wasm-test/server.js +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "nucleation"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.135"
|
|
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
|
|
Binary file
|
|
Binary file
|
|
@@ -74,10 +74,36 @@ impl ValueWrapper {
|
|
|
74
74
|
Value::F32(v) => JsValue::from_f64(*v as f64),
|
|
75
75
|
Value::Bool(v) => JsValue::from_bool(*v),
|
|
76
76
|
Value::String(v) => JsValue::from_str(v),
|
|
77
|
-
Value::Array(
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
77
|
+
Value::Array(arr) => {
|
|
78
|
+
let js_arr = Array::new();
|
|
79
|
+
for val in arr {
|
|
80
|
+
let wrapper = ValueWrapper { inner: val.clone() };
|
|
81
|
+
js_arr.push(&wrapper.to_js());
|
|
82
|
+
}
|
|
83
|
+
js_arr.into()
|
|
84
|
+
}
|
|
85
|
+
Value::Struct(fields) => {
|
|
86
|
+
let obj = Object::new();
|
|
87
|
+
for (key, val) in fields {
|
|
88
|
+
let wrapper = ValueWrapper { inner: val.clone() };
|
|
89
|
+
Reflect::set(&obj, &JsValue::from_str(key), &wrapper.to_js()).unwrap();
|
|
90
|
+
}
|
|
91
|
+
obj.into()
|
|
92
|
+
}
|
|
93
|
+
Value::BitArray(bits) => {
|
|
94
|
+
let js_arr = Array::new();
|
|
95
|
+
for bit in bits {
|
|
96
|
+
js_arr.push(&JsValue::from_bool(*bit));
|
|
97
|
+
}
|
|
98
|
+
js_arr.into()
|
|
99
|
+
}
|
|
100
|
+
Value::Bytes(bytes) => {
|
|
101
|
+
let js_arr = Array::new();
|
|
102
|
+
for byte in bytes {
|
|
103
|
+
js_arr.push(&JsValue::from_f64(*byte as f64));
|
|
104
|
+
}
|
|
105
|
+
js_arr.into()
|
|
106
|
+
}
|
|
81
107
|
}
|
|
82
108
|
}
|
|
83
109
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -255,13 +255,6 @@ function passArray8ToWasm0(arg, malloc) {
|
|
|
255
255
|
WASM_VECTOR_LEN = arg.length;
|
|
256
256
|
return ptr;
|
|
257
257
|
}
|
|
258
|
-
/**
|
|
259
|
-
* Initialize WASM module with panic hook for better error messages
|
|
260
|
-
*/
|
|
261
|
-
export function start() {
|
|
262
|
-
wasm.start();
|
|
263
|
-
}
|
|
264
|
-
|
|
265
258
|
/**
|
|
266
259
|
* @param {SchematicWrapper} schematic
|
|
267
260
|
* @returns {string}
|
|
@@ -298,6 +291,13 @@ export function debug_schematic(schematic) {
|
|
|
298
291
|
}
|
|
299
292
|
}
|
|
300
293
|
|
|
294
|
+
/**
|
|
295
|
+
* Initialize WASM module with panic hook for better error messages
|
|
296
|
+
*/
|
|
297
|
+
export function start() {
|
|
298
|
+
wasm.start();
|
|
299
|
+
}
|
|
300
|
+
|
|
301
301
|
const BlockPositionFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
302
302
|
? { register: () => {}, unregister: () => {} }
|
|
303
303
|
: new FinalizationRegistry(ptr => wasm.__wbg_blockposition_free(ptr >>> 0, 1));
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
+
export function debug_json_schematic(schematic: SchematicWrapper): string;
|
|
4
|
+
export function debug_schematic(schematic: SchematicWrapper): string;
|
|
3
5
|
/**
|
|
4
6
|
* Initialize WASM module with panic hook for better error messages
|
|
5
7
|
*/
|
|
6
8
|
export function start(): void;
|
|
7
|
-
export function debug_json_schematic(schematic: SchematicWrapper): string;
|
|
8
|
-
export function debug_schematic(schematic: SchematicWrapper): string;
|
|
9
9
|
export class BlockPosition {
|
|
10
10
|
free(): void;
|
|
11
11
|
[Symbol.dispose](): void;
|
|
@@ -1040,18 +1040,9 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
1040
1040
|
|
|
1041
1041
|
export interface InitOutput {
|
|
1042
1042
|
readonly memory: WebAssembly.Memory;
|
|
1043
|
-
readonly __wbg_blockposition_free: (a: number, b: number) => void;
|
|
1044
|
-
readonly __wbg_get_blockposition_x: (a: number) => number;
|
|
1045
|
-
readonly __wbg_get_blockposition_y: (a: number) => number;
|
|
1046
|
-
readonly __wbg_get_blockposition_z: (a: number) => number;
|
|
1047
|
-
readonly __wbg_set_blockposition_x: (a: number, b: number) => void;
|
|
1048
|
-
readonly __wbg_set_blockposition_y: (a: number, b: number) => void;
|
|
1049
|
-
readonly __wbg_set_blockposition_z: (a: number, b: number) => void;
|
|
1050
|
-
readonly blockposition_new: (a: number, b: number, c: number) => number;
|
|
1051
1043
|
readonly __wbg_circuitbuilderwrapper_free: (a: number, b: number) => void;
|
|
1052
1044
|
readonly __wbg_executionmodewrapper_free: (a: number, b: number) => void;
|
|
1053
1045
|
readonly __wbg_iolayoutbuilderwrapper_free: (a: number, b: number) => void;
|
|
1054
|
-
readonly __wbg_iolayoutwrapper_free: (a: number, b: number) => void;
|
|
1055
1046
|
readonly __wbg_iotypewrapper_free: (a: number, b: number) => void;
|
|
1056
1047
|
readonly __wbg_layoutfunctionwrapper_free: (a: number, b: number) => void;
|
|
1057
1048
|
readonly __wbg_mchprsworldwrapper_free: (a: number, b: number) => void;
|
|
@@ -1182,6 +1173,63 @@ export interface InitOutput {
|
|
|
1182
1173
|
readonly sortstrategywrapper_yDescXZ: () => number;
|
|
1183
1174
|
readonly sortstrategywrapper_zyx: () => number;
|
|
1184
1175
|
readonly schematicwrapper_create_simulation_world: (a: number) => [number, number, number];
|
|
1176
|
+
readonly __wbg_iolayoutwrapper_free: (a: number, b: number) => void;
|
|
1177
|
+
readonly __wbg_blockposition_free: (a: number, b: number) => void;
|
|
1178
|
+
readonly __wbg_get_blockposition_x: (a: number) => number;
|
|
1179
|
+
readonly __wbg_get_blockposition_y: (a: number) => number;
|
|
1180
|
+
readonly __wbg_get_blockposition_z: (a: number) => number;
|
|
1181
|
+
readonly __wbg_set_blockposition_x: (a: number, b: number) => void;
|
|
1182
|
+
readonly __wbg_set_blockposition_y: (a: number, b: number) => void;
|
|
1183
|
+
readonly __wbg_set_blockposition_z: (a: number, b: number) => void;
|
|
1184
|
+
readonly blockposition_new: (a: number, b: number, c: number) => number;
|
|
1185
|
+
readonly __wbg_definitionregionwrapper_free: (a: number, b: number) => void;
|
|
1186
|
+
readonly definitionregionwrapper_addBounds: (a: number, b: any, c: any) => [number, number, number];
|
|
1187
|
+
readonly definitionregionwrapper_addFilter: (a: number, b: number, c: number) => [number, number, number];
|
|
1188
|
+
readonly definitionregionwrapper_addPoint: (a: number, b: number, c: number, d: number) => number;
|
|
1189
|
+
readonly definitionregionwrapper_boxCount: (a: number) => number;
|
|
1190
|
+
readonly definitionregionwrapper_center: (a: number) => any;
|
|
1191
|
+
readonly definitionregionwrapper_centerF32: (a: number) => any;
|
|
1192
|
+
readonly definitionregionwrapper_clone: (a: number) => number;
|
|
1193
|
+
readonly definitionregionwrapper_connectedComponents: (a: number) => number;
|
|
1194
|
+
readonly definitionregionwrapper_contains: (a: number, b: number, c: number, d: number) => number;
|
|
1195
|
+
readonly definitionregionwrapper_contract: (a: number, b: number) => number;
|
|
1196
|
+
readonly definitionregionwrapper_contracted: (a: number, b: number) => number;
|
|
1197
|
+
readonly definitionregionwrapper_copy: (a: number) => number;
|
|
1198
|
+
readonly definitionregionwrapper_dimensions: (a: number) => any;
|
|
1199
|
+
readonly definitionregionwrapper_excludeBlock: (a: number, b: number, c: number) => [number, number, number];
|
|
1200
|
+
readonly definitionregionwrapper_expand: (a: number, b: number, c: number, d: number) => number;
|
|
1201
|
+
readonly definitionregionwrapper_expanded: (a: number, b: number, c: number, d: number) => number;
|
|
1202
|
+
readonly definitionregionwrapper_filterByBlock: (a: number, b: number, c: number, d: number) => number;
|
|
1203
|
+
readonly definitionregionwrapper_filterByProperties: (a: number, b: number, c: any) => [number, number, number];
|
|
1204
|
+
readonly definitionregionwrapper_fromBoundingBoxes: (a: any) => [number, number, number];
|
|
1205
|
+
readonly definitionregionwrapper_fromBounds: (a: number, b: number) => number;
|
|
1206
|
+
readonly definitionregionwrapper_fromPositions: (a: any) => [number, number, number];
|
|
1207
|
+
readonly definitionregionwrapper_getAllMetadata: (a: number) => any;
|
|
1208
|
+
readonly definitionregionwrapper_getBlocks: (a: number) => [number, number, number];
|
|
1209
|
+
readonly definitionregionwrapper_getBounds: (a: number) => any;
|
|
1210
|
+
readonly definitionregionwrapper_getBox: (a: number, b: number) => any;
|
|
1211
|
+
readonly definitionregionwrapper_getBoxes: (a: number) => any;
|
|
1212
|
+
readonly definitionregionwrapper_getMetadata: (a: number, b: number, c: number) => any;
|
|
1213
|
+
readonly definitionregionwrapper_intersect: (a: number, b: number) => number;
|
|
1214
|
+
readonly definitionregionwrapper_intersected: (a: number, b: number) => number;
|
|
1215
|
+
readonly definitionregionwrapper_intersectsBounds: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number;
|
|
1216
|
+
readonly definitionregionwrapper_isContiguous: (a: number) => number;
|
|
1217
|
+
readonly definitionregionwrapper_isEmpty: (a: number) => number;
|
|
1218
|
+
readonly definitionregionwrapper_merge: (a: number, b: number) => number;
|
|
1219
|
+
readonly definitionregionwrapper_metadataKeys: (a: number) => any;
|
|
1220
|
+
readonly definitionregionwrapper_new: () => number;
|
|
1221
|
+
readonly definitionregionwrapper_positions: (a: number) => any;
|
|
1222
|
+
readonly definitionregionwrapper_positionsSorted: (a: number) => any;
|
|
1223
|
+
readonly definitionregionwrapper_setColor: (a: number, b: number) => number;
|
|
1224
|
+
readonly definitionregionwrapper_setMetadata: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
1225
|
+
readonly definitionregionwrapper_shift: (a: number, b: number, c: number, d: number) => number;
|
|
1226
|
+
readonly definitionregionwrapper_shifted: (a: number, b: number, c: number, d: number) => number;
|
|
1227
|
+
readonly definitionregionwrapper_simplify: (a: number) => number;
|
|
1228
|
+
readonly definitionregionwrapper_subtract: (a: number, b: number) => number;
|
|
1229
|
+
readonly definitionregionwrapper_subtracted: (a: number, b: number) => number;
|
|
1230
|
+
readonly definitionregionwrapper_union: (a: number, b: number) => number;
|
|
1231
|
+
readonly definitionregionwrapper_unionInto: (a: number, b: number) => number;
|
|
1232
|
+
readonly definitionregionwrapper_volume: (a: number) => number;
|
|
1185
1233
|
readonly __wbg_blockstatewrapper_free: (a: number, b: number) => void;
|
|
1186
1234
|
readonly __wbg_lazychunkiterator_free: (a: number, b: number) => void;
|
|
1187
1235
|
readonly __wbg_schematicbuilderwrapper_free: (a: number, b: number) => void;
|
|
@@ -1278,54 +1326,6 @@ export interface InitOutput {
|
|
|
1278
1326
|
readonly schematicwrapper_to_schematic_version: (a: number, b: number, c: number) => [number, number, number, number];
|
|
1279
1327
|
readonly start: () => void;
|
|
1280
1328
|
readonly schematicwrapper_updateRegion: (a: number, b: number, c: number, d: number) => void;
|
|
1281
|
-
readonly __wbg_definitionregionwrapper_free: (a: number, b: number) => void;
|
|
1282
|
-
readonly definitionregionwrapper_addBounds: (a: number, b: any, c: any) => [number, number, number];
|
|
1283
|
-
readonly definitionregionwrapper_addFilter: (a: number, b: number, c: number) => [number, number, number];
|
|
1284
|
-
readonly definitionregionwrapper_addPoint: (a: number, b: number, c: number, d: number) => number;
|
|
1285
|
-
readonly definitionregionwrapper_boxCount: (a: number) => number;
|
|
1286
|
-
readonly definitionregionwrapper_center: (a: number) => any;
|
|
1287
|
-
readonly definitionregionwrapper_centerF32: (a: number) => any;
|
|
1288
|
-
readonly definitionregionwrapper_clone: (a: number) => number;
|
|
1289
|
-
readonly definitionregionwrapper_connectedComponents: (a: number) => number;
|
|
1290
|
-
readonly definitionregionwrapper_contains: (a: number, b: number, c: number, d: number) => number;
|
|
1291
|
-
readonly definitionregionwrapper_contract: (a: number, b: number) => number;
|
|
1292
|
-
readonly definitionregionwrapper_contracted: (a: number, b: number) => number;
|
|
1293
|
-
readonly definitionregionwrapper_copy: (a: number) => number;
|
|
1294
|
-
readonly definitionregionwrapper_dimensions: (a: number) => any;
|
|
1295
|
-
readonly definitionregionwrapper_excludeBlock: (a: number, b: number, c: number) => [number, number, number];
|
|
1296
|
-
readonly definitionregionwrapper_expand: (a: number, b: number, c: number, d: number) => number;
|
|
1297
|
-
readonly definitionregionwrapper_expanded: (a: number, b: number, c: number, d: number) => number;
|
|
1298
|
-
readonly definitionregionwrapper_filterByBlock: (a: number, b: number, c: number, d: number) => number;
|
|
1299
|
-
readonly definitionregionwrapper_filterByProperties: (a: number, b: number, c: any) => [number, number, number];
|
|
1300
|
-
readonly definitionregionwrapper_fromBoundingBoxes: (a: any) => [number, number, number];
|
|
1301
|
-
readonly definitionregionwrapper_fromBounds: (a: number, b: number) => number;
|
|
1302
|
-
readonly definitionregionwrapper_fromPositions: (a: any) => [number, number, number];
|
|
1303
|
-
readonly definitionregionwrapper_getAllMetadata: (a: number) => any;
|
|
1304
|
-
readonly definitionregionwrapper_getBlocks: (a: number) => [number, number, number];
|
|
1305
|
-
readonly definitionregionwrapper_getBounds: (a: number) => any;
|
|
1306
|
-
readonly definitionregionwrapper_getBox: (a: number, b: number) => any;
|
|
1307
|
-
readonly definitionregionwrapper_getBoxes: (a: number) => any;
|
|
1308
|
-
readonly definitionregionwrapper_getMetadata: (a: number, b: number, c: number) => any;
|
|
1309
|
-
readonly definitionregionwrapper_intersect: (a: number, b: number) => number;
|
|
1310
|
-
readonly definitionregionwrapper_intersected: (a: number, b: number) => number;
|
|
1311
|
-
readonly definitionregionwrapper_intersectsBounds: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number;
|
|
1312
|
-
readonly definitionregionwrapper_isContiguous: (a: number) => number;
|
|
1313
|
-
readonly definitionregionwrapper_isEmpty: (a: number) => number;
|
|
1314
|
-
readonly definitionregionwrapper_merge: (a: number, b: number) => number;
|
|
1315
|
-
readonly definitionregionwrapper_metadataKeys: (a: number) => any;
|
|
1316
|
-
readonly definitionregionwrapper_new: () => number;
|
|
1317
|
-
readonly definitionregionwrapper_positions: (a: number) => any;
|
|
1318
|
-
readonly definitionregionwrapper_positionsSorted: (a: number) => any;
|
|
1319
|
-
readonly definitionregionwrapper_setColor: (a: number, b: number) => number;
|
|
1320
|
-
readonly definitionregionwrapper_setMetadata: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
1321
|
-
readonly definitionregionwrapper_shift: (a: number, b: number, c: number, d: number) => number;
|
|
1322
|
-
readonly definitionregionwrapper_shifted: (a: number, b: number, c: number, d: number) => number;
|
|
1323
|
-
readonly definitionregionwrapper_simplify: (a: number) => number;
|
|
1324
|
-
readonly definitionregionwrapper_subtract: (a: number, b: number) => number;
|
|
1325
|
-
readonly definitionregionwrapper_subtracted: (a: number, b: number) => number;
|
|
1326
|
-
readonly definitionregionwrapper_union: (a: number, b: number) => number;
|
|
1327
|
-
readonly definitionregionwrapper_unionInto: (a: number, b: number) => number;
|
|
1328
|
-
readonly definitionregionwrapper_volume: (a: number) => number;
|
|
1329
1329
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
1330
1330
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
1331
1331
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
File without changes
|
|
@@ -1,18 +1,9 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const __wbg_blockposition_free: (a: number, b: number) => void;
|
|
5
|
-
export const __wbg_get_blockposition_x: (a: number) => number;
|
|
6
|
-
export const __wbg_get_blockposition_y: (a: number) => number;
|
|
7
|
-
export const __wbg_get_blockposition_z: (a: number) => number;
|
|
8
|
-
export const __wbg_set_blockposition_x: (a: number, b: number) => void;
|
|
9
|
-
export const __wbg_set_blockposition_y: (a: number, b: number) => void;
|
|
10
|
-
export const __wbg_set_blockposition_z: (a: number, b: number) => void;
|
|
11
|
-
export const blockposition_new: (a: number, b: number, c: number) => number;
|
|
12
4
|
export const __wbg_circuitbuilderwrapper_free: (a: number, b: number) => void;
|
|
13
5
|
export const __wbg_executionmodewrapper_free: (a: number, b: number) => void;
|
|
14
6
|
export const __wbg_iolayoutbuilderwrapper_free: (a: number, b: number) => void;
|
|
15
|
-
export const __wbg_iolayoutwrapper_free: (a: number, b: number) => void;
|
|
16
7
|
export const __wbg_iotypewrapper_free: (a: number, b: number) => void;
|
|
17
8
|
export const __wbg_layoutfunctionwrapper_free: (a: number, b: number) => void;
|
|
18
9
|
export const __wbg_mchprsworldwrapper_free: (a: number, b: number) => void;
|
|
@@ -143,6 +134,63 @@ export const schematicwrapper_create_simulation_world_with_options: (a: number,
|
|
|
143
134
|
export const sortstrategywrapper_yDescXZ: () => number;
|
|
144
135
|
export const sortstrategywrapper_zyx: () => number;
|
|
145
136
|
export const schematicwrapper_create_simulation_world: (a: number) => [number, number, number];
|
|
137
|
+
export const __wbg_iolayoutwrapper_free: (a: number, b: number) => void;
|
|
138
|
+
export const __wbg_blockposition_free: (a: number, b: number) => void;
|
|
139
|
+
export const __wbg_get_blockposition_x: (a: number) => number;
|
|
140
|
+
export const __wbg_get_blockposition_y: (a: number) => number;
|
|
141
|
+
export const __wbg_get_blockposition_z: (a: number) => number;
|
|
142
|
+
export const __wbg_set_blockposition_x: (a: number, b: number) => void;
|
|
143
|
+
export const __wbg_set_blockposition_y: (a: number, b: number) => void;
|
|
144
|
+
export const __wbg_set_blockposition_z: (a: number, b: number) => void;
|
|
145
|
+
export const blockposition_new: (a: number, b: number, c: number) => number;
|
|
146
|
+
export const __wbg_definitionregionwrapper_free: (a: number, b: number) => void;
|
|
147
|
+
export const definitionregionwrapper_addBounds: (a: number, b: any, c: any) => [number, number, number];
|
|
148
|
+
export const definitionregionwrapper_addFilter: (a: number, b: number, c: number) => [number, number, number];
|
|
149
|
+
export const definitionregionwrapper_addPoint: (a: number, b: number, c: number, d: number) => number;
|
|
150
|
+
export const definitionregionwrapper_boxCount: (a: number) => number;
|
|
151
|
+
export const definitionregionwrapper_center: (a: number) => any;
|
|
152
|
+
export const definitionregionwrapper_centerF32: (a: number) => any;
|
|
153
|
+
export const definitionregionwrapper_clone: (a: number) => number;
|
|
154
|
+
export const definitionregionwrapper_connectedComponents: (a: number) => number;
|
|
155
|
+
export const definitionregionwrapper_contains: (a: number, b: number, c: number, d: number) => number;
|
|
156
|
+
export const definitionregionwrapper_contract: (a: number, b: number) => number;
|
|
157
|
+
export const definitionregionwrapper_contracted: (a: number, b: number) => number;
|
|
158
|
+
export const definitionregionwrapper_copy: (a: number) => number;
|
|
159
|
+
export const definitionregionwrapper_dimensions: (a: number) => any;
|
|
160
|
+
export const definitionregionwrapper_excludeBlock: (a: number, b: number, c: number) => [number, number, number];
|
|
161
|
+
export const definitionregionwrapper_expand: (a: number, b: number, c: number, d: number) => number;
|
|
162
|
+
export const definitionregionwrapper_expanded: (a: number, b: number, c: number, d: number) => number;
|
|
163
|
+
export const definitionregionwrapper_filterByBlock: (a: number, b: number, c: number, d: number) => number;
|
|
164
|
+
export const definitionregionwrapper_filterByProperties: (a: number, b: number, c: any) => [number, number, number];
|
|
165
|
+
export const definitionregionwrapper_fromBoundingBoxes: (a: any) => [number, number, number];
|
|
166
|
+
export const definitionregionwrapper_fromBounds: (a: number, b: number) => number;
|
|
167
|
+
export const definitionregionwrapper_fromPositions: (a: any) => [number, number, number];
|
|
168
|
+
export const definitionregionwrapper_getAllMetadata: (a: number) => any;
|
|
169
|
+
export const definitionregionwrapper_getBlocks: (a: number) => [number, number, number];
|
|
170
|
+
export const definitionregionwrapper_getBounds: (a: number) => any;
|
|
171
|
+
export const definitionregionwrapper_getBox: (a: number, b: number) => any;
|
|
172
|
+
export const definitionregionwrapper_getBoxes: (a: number) => any;
|
|
173
|
+
export const definitionregionwrapper_getMetadata: (a: number, b: number, c: number) => any;
|
|
174
|
+
export const definitionregionwrapper_intersect: (a: number, b: number) => number;
|
|
175
|
+
export const definitionregionwrapper_intersected: (a: number, b: number) => number;
|
|
176
|
+
export const definitionregionwrapper_intersectsBounds: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number;
|
|
177
|
+
export const definitionregionwrapper_isContiguous: (a: number) => number;
|
|
178
|
+
export const definitionregionwrapper_isEmpty: (a: number) => number;
|
|
179
|
+
export const definitionregionwrapper_merge: (a: number, b: number) => number;
|
|
180
|
+
export const definitionregionwrapper_metadataKeys: (a: number) => any;
|
|
181
|
+
export const definitionregionwrapper_new: () => number;
|
|
182
|
+
export const definitionregionwrapper_positions: (a: number) => any;
|
|
183
|
+
export const definitionregionwrapper_positionsSorted: (a: number) => any;
|
|
184
|
+
export const definitionregionwrapper_setColor: (a: number, b: number) => number;
|
|
185
|
+
export const definitionregionwrapper_setMetadata: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
186
|
+
export const definitionregionwrapper_shift: (a: number, b: number, c: number, d: number) => number;
|
|
187
|
+
export const definitionregionwrapper_shifted: (a: number, b: number, c: number, d: number) => number;
|
|
188
|
+
export const definitionregionwrapper_simplify: (a: number) => number;
|
|
189
|
+
export const definitionregionwrapper_subtract: (a: number, b: number) => number;
|
|
190
|
+
export const definitionregionwrapper_subtracted: (a: number, b: number) => number;
|
|
191
|
+
export const definitionregionwrapper_union: (a: number, b: number) => number;
|
|
192
|
+
export const definitionregionwrapper_unionInto: (a: number, b: number) => number;
|
|
193
|
+
export const definitionregionwrapper_volume: (a: number) => number;
|
|
146
194
|
export const __wbg_blockstatewrapper_free: (a: number, b: number) => void;
|
|
147
195
|
export const __wbg_lazychunkiterator_free: (a: number, b: number) => void;
|
|
148
196
|
export const __wbg_schematicbuilderwrapper_free: (a: number, b: number) => void;
|
|
@@ -239,54 +287,6 @@ export const schematicwrapper_to_schematic: (a: number) => [number, number, numb
|
|
|
239
287
|
export const schematicwrapper_to_schematic_version: (a: number, b: number, c: number) => [number, number, number, number];
|
|
240
288
|
export const start: () => void;
|
|
241
289
|
export const schematicwrapper_updateRegion: (a: number, b: number, c: number, d: number) => void;
|
|
242
|
-
export const __wbg_definitionregionwrapper_free: (a: number, b: number) => void;
|
|
243
|
-
export const definitionregionwrapper_addBounds: (a: number, b: any, c: any) => [number, number, number];
|
|
244
|
-
export const definitionregionwrapper_addFilter: (a: number, b: number, c: number) => [number, number, number];
|
|
245
|
-
export const definitionregionwrapper_addPoint: (a: number, b: number, c: number, d: number) => number;
|
|
246
|
-
export const definitionregionwrapper_boxCount: (a: number) => number;
|
|
247
|
-
export const definitionregionwrapper_center: (a: number) => any;
|
|
248
|
-
export const definitionregionwrapper_centerF32: (a: number) => any;
|
|
249
|
-
export const definitionregionwrapper_clone: (a: number) => number;
|
|
250
|
-
export const definitionregionwrapper_connectedComponents: (a: number) => number;
|
|
251
|
-
export const definitionregionwrapper_contains: (a: number, b: number, c: number, d: number) => number;
|
|
252
|
-
export const definitionregionwrapper_contract: (a: number, b: number) => number;
|
|
253
|
-
export const definitionregionwrapper_contracted: (a: number, b: number) => number;
|
|
254
|
-
export const definitionregionwrapper_copy: (a: number) => number;
|
|
255
|
-
export const definitionregionwrapper_dimensions: (a: number) => any;
|
|
256
|
-
export const definitionregionwrapper_excludeBlock: (a: number, b: number, c: number) => [number, number, number];
|
|
257
|
-
export const definitionregionwrapper_expand: (a: number, b: number, c: number, d: number) => number;
|
|
258
|
-
export const definitionregionwrapper_expanded: (a: number, b: number, c: number, d: number) => number;
|
|
259
|
-
export const definitionregionwrapper_filterByBlock: (a: number, b: number, c: number, d: number) => number;
|
|
260
|
-
export const definitionregionwrapper_filterByProperties: (a: number, b: number, c: any) => [number, number, number];
|
|
261
|
-
export const definitionregionwrapper_fromBoundingBoxes: (a: any) => [number, number, number];
|
|
262
|
-
export const definitionregionwrapper_fromBounds: (a: number, b: number) => number;
|
|
263
|
-
export const definitionregionwrapper_fromPositions: (a: any) => [number, number, number];
|
|
264
|
-
export const definitionregionwrapper_getAllMetadata: (a: number) => any;
|
|
265
|
-
export const definitionregionwrapper_getBlocks: (a: number) => [number, number, number];
|
|
266
|
-
export const definitionregionwrapper_getBounds: (a: number) => any;
|
|
267
|
-
export const definitionregionwrapper_getBox: (a: number, b: number) => any;
|
|
268
|
-
export const definitionregionwrapper_getBoxes: (a: number) => any;
|
|
269
|
-
export const definitionregionwrapper_getMetadata: (a: number, b: number, c: number) => any;
|
|
270
|
-
export const definitionregionwrapper_intersect: (a: number, b: number) => number;
|
|
271
|
-
export const definitionregionwrapper_intersected: (a: number, b: number) => number;
|
|
272
|
-
export const definitionregionwrapper_intersectsBounds: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number;
|
|
273
|
-
export const definitionregionwrapper_isContiguous: (a: number) => number;
|
|
274
|
-
export const definitionregionwrapper_isEmpty: (a: number) => number;
|
|
275
|
-
export const definitionregionwrapper_merge: (a: number, b: number) => number;
|
|
276
|
-
export const definitionregionwrapper_metadataKeys: (a: number) => any;
|
|
277
|
-
export const definitionregionwrapper_new: () => number;
|
|
278
|
-
export const definitionregionwrapper_positions: (a: number) => any;
|
|
279
|
-
export const definitionregionwrapper_positionsSorted: (a: number) => any;
|
|
280
|
-
export const definitionregionwrapper_setColor: (a: number, b: number) => number;
|
|
281
|
-
export const definitionregionwrapper_setMetadata: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
282
|
-
export const definitionregionwrapper_shift: (a: number, b: number, c: number, d: number) => number;
|
|
283
|
-
export const definitionregionwrapper_shifted: (a: number, b: number, c: number, d: number) => number;
|
|
284
|
-
export const definitionregionwrapper_simplify: (a: number) => number;
|
|
285
|
-
export const definitionregionwrapper_subtract: (a: number, b: number) => number;
|
|
286
|
-
export const definitionregionwrapper_subtracted: (a: number, b: number) => number;
|
|
287
|
-
export const definitionregionwrapper_union: (a: number, b: number) => number;
|
|
288
|
-
export const definitionregionwrapper_unionInto: (a: number, b: number) => number;
|
|
289
|
-
export const definitionregionwrapper_volume: (a: number) => number;
|
|
290
290
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
291
291
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
292
292
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
File without changes
|
|
File without changes
|
{nucleation-0.1.134 → nucleation-0.1.135}/schematic_builder/templates/comparator_subtract_bug1.txt
RENAMED
|
File without changes
|
{nucleation-0.1.134 → nucleation-0.1.135}/schematic_builder/templates/comparator_subtract_bug2.txt
RENAMED
|
File without changes
|
{nucleation-0.1.134 → nucleation-0.1.135}/schematic_builder/templates/comparator_subtract_simple.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|