nucleation 0.1.133__tar.gz → 0.1.134__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.133 → nucleation-0.1.134}/Cargo.lock +1 -1
- {nucleation-0.1.133 → nucleation-0.1.134}/Cargo.toml +1 -1
- {nucleation-0.1.133 → nucleation-0.1.134}/PKG-INFO +1 -1
- {nucleation-0.1.133 → nucleation-0.1.134}/pyproject.toml +1 -1
- {nucleation-0.1.133 → nucleation-0.1.134}/release-artifacts/libnucleation-macos-arm64.dylib +0 -0
- nucleation-0.1.134/release-artifacts/libnucleation-macos-x64.dylib +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/release-artifacts/libnucleation.rlib +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/release-artifacts/nucleation_bg.wasm +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/release-artifacts/package.json +1 -1
- nucleation-0.1.134/simple_cube.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/typed_executor/io_type.rs +83 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/typed_executor/value.rs +8 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/wasm/typed_executor.rs +20 -10
- nucleation-0.1.134/test_schematic.schem +0 -0
- nucleation-0.1.134/tests/connect4_test.js +134 -0
- nucleation-0.1.134/tests/samples/c4_ai_last_played.schem +0 -0
- nucleation-0.1.134/tests/samples/c4_ai_left_most.schem +0 -0
- nucleation-0.1.133/release-artifacts/libnucleation-macos-x64.dylib +0 -0
- nucleation-0.1.133/simple_cube.litematic +0 -0
- nucleation-0.1.133/test_schematic.schem +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/.DS_Store +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/.cargo/config.toml +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/.github/workflows/ci.yml +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/.gitignore +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/.idea/.gitignore +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/.idea/minecraft_schematic_utils.iml +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/.idea/misc.xml +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/.idea/modules.xml +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/.idea/vcs.xml +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/4bit_adder.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/CUSTOM_IO_INTEGRATION_CHECKLIST.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/Dockerfile +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/LICENSE +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/README.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/benches/performance_test.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/benches/schematic_bench.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/build-ffi.sh +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/build-wasm.sh +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/docs/README.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/docs/insign-io-integration.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/docs/javascript/README.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/docs/python/README.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/docs/rust/README.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/docs/shared/guide/circuit-api.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/docs/shared/guide/definition-region.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/docs/shared/guide/schematic-builder.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/docs/shared/guide/typed-executor.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/docs/shared/unicode-palette.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/bracket_notation.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/build_adder.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/build_test_adder.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/check_adder_dims.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/connect4_battle_setup.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/create_simple_litematic.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/custom_io_signals.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/ffi.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/python.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/python_simulation.py +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/rust.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/rust_fluent_api.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/test_asymmetric_cubes.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/test_checkerboard.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/test_unicode_circuit.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/universal_schematic_overhead.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/examples/wasm.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/helf_adder.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/insign.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/nucleation-stubs.php +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/nucleation.pyi +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/output/.DS_Store +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/output/full_adder.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/pre-push.sh +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/py.typed +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/release-artifacts/LICENSE +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/release-artifacts/README.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/release-artifacts/libnucleation.d +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/release-artifacts/nucleation-cdn-loader.js +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/release-artifacts/nucleation-original.js +11 -11
- {nucleation-0.1.133 → nucleation-0.1.134}/release-artifacts/nucleation.d.ts +1 -1
- {nucleation-0.1.133 → nucleation-0.1.134}/release-artifacts/nucleation.js +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/release-artifacts/nucleation_bg.wasm.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/schematic_builder/generated/d_latch.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/schematic_builder/generated/xor.schem +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/schematic_builder/templates/comparator_subtract_bug1.txt +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/schematic_builder/templates/comparator_subtract_bug2.txt +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/schematic_builder/templates/comparator_subtract_simple.txt +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/schematic_builder/templates/comparator_subtract_with_signs.txt +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/schematic_builder/templates/d_latch.txt +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/schematic_builder/templates/failing_case.txt +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/schematic_builder/templates/full_adder.txt +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/schematic_builder/templates/xor.txt +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/scripts/update-stubs.sh +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/bin/schematic-builder.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/block_entity/generic.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/block_entity/mod.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/block_position.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/block_state.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/bounding_box.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/chunk.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/definition_region.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/entity.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/ffi.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/formats/litematic.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/formats/mod.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/formats/schematic.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/formats/sponge_schematic_v3.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/insign.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/item/mod.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/item/stack.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/lib.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/metadata.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/php.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/print_utils.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/python/circuit_builder.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/python/definition_region.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/python/mod.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/python/schematic.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/python/schematic_builder.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/python/simulation.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/python/typed_executor.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/region.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/schematic_builder/palettes.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/schematic_builder.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/circuit_builder.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/mchprs_world.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/mod.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/tests.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/truth_table.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/typed_executor/executor.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/typed_executor/insign_io.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/typed_executor/integration_tests.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/typed_executor/io_layout_builder.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/typed_executor/io_mapping.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/typed_executor/layout_function.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/typed_executor/mod.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/typed_executor/sort_strategy.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/simulation/typed_executor/tests.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/transforms.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/universal_schematic.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/utils/block_string.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/utils/container_spec.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/utils/enhanced_nbt_parser.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/utils/mod.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/utils/nbt.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/wasm/circuit_builder.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/wasm/definition_region.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/wasm/mod.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/wasm/schematic.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/wasm/schematic_builder.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/src/wasm/simulation.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/test-wasm.sh +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/test_adder.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/test_circuit.txt +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/test_cli_output.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/test_count_format.schem +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/test_enhanced.schem +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/test_fixed.schem +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/.DS_Store +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/barrel_nbt_test.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/debug_flip.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/definition_regions_test.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/executor_config_test.js +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/integration_tests.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/mchprs_state_test.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/nbt_parsing_test.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/node_fluent_api_test.mjs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/node_simple_circuit_test.js +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/node_simple_circuit_test.mjs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/node_wasm_test.js +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/package.json +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/php-stubs-test.php +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/property_transformation_demo.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/python_simple_circuit_test.py +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/python_test.py +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/reproduce_bug.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/rust_fluent_api_test.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/1x1.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/3x2x3.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/3x3.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/4x2x4.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/4x4x4+1.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/Evaluator.schem +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/all_items.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/and.schem +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/brewer.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/cutecounter.schem +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/door_plot.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/file.litematic.l +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/gol.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/large_schematic.schem +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/linear_plotter.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/litematic-rose-farm.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/new_chest_test.schem +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/quarry.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/sample.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/sample.schem +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/spinny.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/ss-sorter.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/storage_thingy.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/test_coordinate_thingy.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/test_cube.schem +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/trencher.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/samples/wool_palette.litematic +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/simple_wasm_test.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_barrel_hopper_simulation.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_chunk_bounds_bug.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_comparator_diagonal_bug.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_comparator_subtract_bug.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_comparator_subtract_executor.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_custom_io_adjacent_bug.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_custom_io_no_power_bug.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_intermediate_wire_sync.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_long_wire.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_nibble_signal_strength.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_region_expansion_bugs.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_repeater_chain_sync.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_repeater_custom_io_bug.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_simulation_with_tight_bounds.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_two_inputs_exact_topology.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_two_inputs_no_output_bug.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/test_typed_executor_sync_output_bug.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/transformation_tests.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/wasm_node_tests.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/tests/wasm_tests.rs +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/bun.lockb +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/index.html +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/index.js +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/minecraft_schematic_utils.js +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/minecraft_schematic_utils_bg.wasm +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/LICENSE +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/README.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/assert/strict.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/assert.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/async_hooks.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/buffer.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/child_process.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/cluster.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/console.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/constants.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/crypto.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/dgram.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/dns/promises.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/dns.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/dom-events.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/domain.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/events.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/fs/promises.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/fs.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/globals.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/globals.global.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/http.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/http2.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/https.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/index.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/inspector.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/module.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/net.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/os.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/package.json +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/path.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/perf_hooks.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/process.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/punycode.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/querystring.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/readline/promises.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/readline.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/repl.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/sea.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/stream/consumers.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/stream/promises.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/stream/web.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/stream.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/string_decoder.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/test.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/timers/promises.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/timers.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/tls.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/trace_events.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/tty.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/url.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/util.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/v8.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/vm.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/wasi.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/worker_threads.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/node/zlib.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/LICENSE +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/README.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/index.d.mts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/index.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/LICENSE +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/README.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/console.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dom-events.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/events.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/globals.global.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/http.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/https.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/index.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/module.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/net.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/LICENSE +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/README.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/agent.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/api.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/balanced-pool.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/cache.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/client.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/connector.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/content-type.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/cookies.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/dispatcher.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/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.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/errors.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/eventsource.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/fetch.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/file.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/filereader.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/formdata.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/global-origin.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/handlers.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/header.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/index.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/interceptors.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-agent.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-client.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-errors.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-pool.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/package.json +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/patch.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/pool-stats.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/pool.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/proxy-agent.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/readable.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/retry-agent.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/retry-handler.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/util.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/webidl.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/websocket.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/os.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/package.json +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/path.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/process.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/test.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/url.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/util.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/@types/ws/package.json +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/README.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/bun.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/deprecated.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/fetch.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/ffi.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/globals.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/html-rewriter.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/index.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/jsc.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/overrides.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/package.json +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/sqlite.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/test.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/bun-types/wasm.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/README.md +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/agent.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/api.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/balanced-pool.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/cache.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/client.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/connector.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/content-type.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/cookies.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/dispatcher.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/errors.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/fetch.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/file.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/filereader.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/formdata.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/global-origin.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/handlers.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/header.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/index.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/interceptors.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/mock-agent.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/mock-client.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/mock-errors.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/mock-pool.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/package.json +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/patch.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/pool-stats.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/pool.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/proxy-agent.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/readable.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/webidl.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/node_modules/undici-types/websocket.d.ts +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/nucleation-web.js +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/nucleation-web_bg.wasm +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/nucleation.js +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/nucleation_bg.js +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/nucleation_bg.wasm +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/wasm-test/package.json +0 -0
- {nucleation-0.1.133 → nucleation-0.1.134}/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.134"
|
|
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
|
|
@@ -130,6 +130,55 @@ impl IoType {
|
|
|
130
130
|
Ok(bit_array.clone())
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
+
IoType::Array {
|
|
134
|
+
element_type,
|
|
135
|
+
length,
|
|
136
|
+
} => {
|
|
137
|
+
let values = value.as_array()?;
|
|
138
|
+
if values.len() != *length {
|
|
139
|
+
return Err(format!(
|
|
140
|
+
"Array length mismatch: expected {}, got {}",
|
|
141
|
+
length,
|
|
142
|
+
values.len()
|
|
143
|
+
));
|
|
144
|
+
}
|
|
145
|
+
let mut bits = Vec::new();
|
|
146
|
+
for v in values {
|
|
147
|
+
bits.extend(element_type.to_binary(v)?);
|
|
148
|
+
}
|
|
149
|
+
Ok(bits)
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
IoType::Matrix {
|
|
153
|
+
element_type,
|
|
154
|
+
rows,
|
|
155
|
+
cols,
|
|
156
|
+
} => {
|
|
157
|
+
let values = value.as_array()?;
|
|
158
|
+
if values.len() != *rows {
|
|
159
|
+
return Err(format!(
|
|
160
|
+
"Matrix rows mismatch: expected {}, got {}",
|
|
161
|
+
rows,
|
|
162
|
+
values.len()
|
|
163
|
+
));
|
|
164
|
+
}
|
|
165
|
+
let mut bits = Vec::new();
|
|
166
|
+
for row_val in values {
|
|
167
|
+
let row = row_val.as_array()?;
|
|
168
|
+
if row.len() != *cols {
|
|
169
|
+
return Err(format!(
|
|
170
|
+
"Matrix cols mismatch: expected {}, got {}",
|
|
171
|
+
cols,
|
|
172
|
+
row.len()
|
|
173
|
+
));
|
|
174
|
+
}
|
|
175
|
+
for v in row {
|
|
176
|
+
bits.extend(element_type.to_binary(v)?);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
Ok(bits)
|
|
180
|
+
}
|
|
181
|
+
|
|
133
182
|
_ => Err(format!("to_binary not yet implemented for {:?}", self)),
|
|
134
183
|
}
|
|
135
184
|
}
|
|
@@ -208,6 +257,40 @@ impl IoType {
|
|
|
208
257
|
|
|
209
258
|
IoType::BitArray { .. } => Ok(Value::BitArray(bits.to_vec())),
|
|
210
259
|
|
|
260
|
+
IoType::Array {
|
|
261
|
+
element_type,
|
|
262
|
+
length,
|
|
263
|
+
} => {
|
|
264
|
+
let element_bits = element_type.bit_count();
|
|
265
|
+
let mut values = Vec::with_capacity(*length);
|
|
266
|
+
for i in 0..*length {
|
|
267
|
+
let start = i * element_bits;
|
|
268
|
+
let end = start + element_bits;
|
|
269
|
+
values.push(element_type.from_binary(&bits[start..end])?);
|
|
270
|
+
}
|
|
271
|
+
Ok(Value::Array(values))
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
IoType::Matrix {
|
|
275
|
+
element_type,
|
|
276
|
+
rows,
|
|
277
|
+
cols,
|
|
278
|
+
} => {
|
|
279
|
+
let element_bits = element_type.bit_count();
|
|
280
|
+
let mut rows_vec = Vec::with_capacity(*rows);
|
|
281
|
+
for r in 0..*rows {
|
|
282
|
+
let mut cols_vec = Vec::with_capacity(*cols);
|
|
283
|
+
for c in 0..*cols {
|
|
284
|
+
let index = (r * cols + c) * element_bits;
|
|
285
|
+
let start = index;
|
|
286
|
+
let end = start + element_bits;
|
|
287
|
+
cols_vec.push(element_type.from_binary(&bits[start..end])?);
|
|
288
|
+
}
|
|
289
|
+
rows_vec.push(Value::Array(cols_vec));
|
|
290
|
+
}
|
|
291
|
+
Ok(Value::Array(rows_vec))
|
|
292
|
+
}
|
|
293
|
+
|
|
211
294
|
_ => Err(format!("from_binary not yet implemented for {:?}", self)),
|
|
212
295
|
}
|
|
213
296
|
}
|
|
@@ -125,6 +125,14 @@ impl Value {
|
|
|
125
125
|
_ => Err(format!("Cannot convert {:?} to bytes", self)),
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
+
|
|
129
|
+
/// Try to get as array
|
|
130
|
+
pub fn as_array(&self) -> Result<&Vec<Value>, String> {
|
|
131
|
+
match self {
|
|
132
|
+
Value::Array(v) => Ok(v),
|
|
133
|
+
_ => Err(format!("Cannot convert {:?} to array", self)),
|
|
134
|
+
}
|
|
135
|
+
}
|
|
128
136
|
}
|
|
129
137
|
|
|
130
138
|
impl fmt::Display for Value {
|
|
@@ -845,16 +845,7 @@ impl TypedCircuitExecutorWrapper {
|
|
|
845
845
|
let value_js = entry.get(1);
|
|
846
846
|
|
|
847
847
|
// Try to convert JsValue to Value
|
|
848
|
-
let value =
|
|
849
|
-
Value::Bool(b)
|
|
850
|
-
} else if let Some(n) = value_js.as_f64() {
|
|
851
|
-
// Assume integers for now
|
|
852
|
-
Value::U32(n as u32)
|
|
853
|
-
} else if let Some(s) = value_js.as_string() {
|
|
854
|
-
Value::String(s)
|
|
855
|
-
} else {
|
|
856
|
-
return Err(JsValue::from_str("Unsupported input value type"));
|
|
857
|
-
};
|
|
848
|
+
let value = js_to_value(value_js)?;
|
|
858
849
|
|
|
859
850
|
input_map.insert(key, value);
|
|
860
851
|
}
|
|
@@ -1040,3 +1031,22 @@ impl TypedCircuitExecutorWrapper {
|
|
|
1040
1031
|
result.into()
|
|
1041
1032
|
}
|
|
1042
1033
|
}
|
|
1034
|
+
|
|
1035
|
+
fn js_to_value(value_js: JsValue) -> Result<Value, JsValue> {
|
|
1036
|
+
if let Some(b) = value_js.as_bool() {
|
|
1037
|
+
Ok(Value::Bool(b))
|
|
1038
|
+
} else if let Some(n) = value_js.as_f64() {
|
|
1039
|
+
Ok(Value::U32(n as u32))
|
|
1040
|
+
} else if let Some(s) = value_js.as_string() {
|
|
1041
|
+
Ok(Value::String(s))
|
|
1042
|
+
} else if Array::is_array(&value_js) {
|
|
1043
|
+
let arr = Array::from(&value_js);
|
|
1044
|
+
let mut values = Vec::new();
|
|
1045
|
+
for i in 0..arr.length() {
|
|
1046
|
+
values.push(js_to_value(arr.get(i))?);
|
|
1047
|
+
}
|
|
1048
|
+
Ok(Value::Array(values))
|
|
1049
|
+
} else {
|
|
1050
|
+
Err(JsValue::from_str("Unsupported input value type"))
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
|
|
2
|
+
const fs = require('fs');
|
|
3
|
+
const path = require('path');
|
|
4
|
+
|
|
5
|
+
const wasmPath = path.join(__dirname, '../pkg/nucleation.js');
|
|
6
|
+
|
|
7
|
+
async function runTests() {
|
|
8
|
+
let nucleation;
|
|
9
|
+
try {
|
|
10
|
+
nucleation = require(wasmPath);
|
|
11
|
+
if (nucleation.default && typeof nucleation.default === 'function') {
|
|
12
|
+
await nucleation.default();
|
|
13
|
+
}
|
|
14
|
+
console.log('✅ WASM module loaded successfully');
|
|
15
|
+
} catch (error) {
|
|
16
|
+
console.error('❌ Failed to load WASM module:', error);
|
|
17
|
+
process.exit(1);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
const { SchematicWrapper, ExecutionModeWrapper } = nucleation;
|
|
21
|
+
|
|
22
|
+
async function testSchematic(filename, expectedBehavior) {
|
|
23
|
+
console.log(`\nTesting ${filename}...`);
|
|
24
|
+
const schemPath = path.join(__dirname, 'samples', filename);
|
|
25
|
+
const buffer = fs.readFileSync(schemPath);
|
|
26
|
+
const schem = new SchematicWrapper();
|
|
27
|
+
schem.from_data(buffer);
|
|
28
|
+
|
|
29
|
+
const input_min = {x:0,y:5,z:6};
|
|
30
|
+
const input_max = {x:0,y:25,z:32};
|
|
31
|
+
const output_min = {x:51,y:26,z:7};
|
|
32
|
+
const output_max = {x:51,y:26,z:31};
|
|
33
|
+
|
|
34
|
+
// Map "oponent" to "player_a" and "self" to "player_b" for consistency with executor config
|
|
35
|
+
// User code:
|
|
36
|
+
// schem.createRegion("oponent", input_min, input_max).addFilter("yellow")...
|
|
37
|
+
// schem.createRegion("self", input_min, input_max).addFilter("red")...
|
|
38
|
+
|
|
39
|
+
// We will use "player_a" for opponent (yellow) and "player_b" for self (red)
|
|
40
|
+
schem.createRegion("player_a", input_min, input_max)
|
|
41
|
+
.addFilter("yellow")
|
|
42
|
+
.setColor(0xffff00)
|
|
43
|
+
.shift(0,1,0);
|
|
44
|
+
|
|
45
|
+
schem.createRegion("player_b", input_min, input_max)
|
|
46
|
+
.addFilter("red")
|
|
47
|
+
.setColor(0xff0000)
|
|
48
|
+
.shift(0,1,0);
|
|
49
|
+
|
|
50
|
+
schem.createRegion("output", output_min, output_max)
|
|
51
|
+
.addFilter("repeater")
|
|
52
|
+
.setColor(0x00ff00);
|
|
53
|
+
|
|
54
|
+
const executor = schem.buildExecutor({
|
|
55
|
+
inputs: [
|
|
56
|
+
{
|
|
57
|
+
name: "player_a",
|
|
58
|
+
region: "player_a",
|
|
59
|
+
type: "matrix",
|
|
60
|
+
rows: 6,
|
|
61
|
+
cols: 7,
|
|
62
|
+
element: "boolean",
|
|
63
|
+
sort: "-yxz"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
name: "player_b",
|
|
67
|
+
region: "player_b",
|
|
68
|
+
type: "matrix",
|
|
69
|
+
rows: 6,
|
|
70
|
+
cols: 7,
|
|
71
|
+
element: "boolean",
|
|
72
|
+
sort: "-yxz"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
outputs: [
|
|
76
|
+
{
|
|
77
|
+
name: "output",
|
|
78
|
+
region: "output",
|
|
79
|
+
type: "array",
|
|
80
|
+
length: 7,
|
|
81
|
+
element: "boolean"
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
});
|
|
85
|
+
|
|
86
|
+
// Empty board
|
|
87
|
+
const emptyInputs = {
|
|
88
|
+
"player_a": Array(6).fill().map(() => Array(7).fill(false)),
|
|
89
|
+
"player_b": Array(6).fill().map(() => Array(7).fill(false))
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
const mode = ExecutionModeWrapper.fixedTicks(20);
|
|
93
|
+
// Warmup / Reset?
|
|
94
|
+
// executor.execute(emptyInputs, mode);
|
|
95
|
+
|
|
96
|
+
// Test Case: Opponent plays in column 3 (index 3)
|
|
97
|
+
// Note: User said "add a coin in the oponent column it should reply with a output with the same index column"
|
|
98
|
+
// Let's try placing a piece in the bottom row (index 5? or 0? depending on sort)
|
|
99
|
+
// Sort is "-yxz". y goes 5 to 25. -y means 25 down to 5? Or inverted axis?
|
|
100
|
+
// If rows=6, cols=7.
|
|
101
|
+
|
|
102
|
+
// Let's just set one true in the matrix and see what happens.
|
|
103
|
+
const inputs = JSON.parse(JSON.stringify(emptyInputs));
|
|
104
|
+
// Set a piece in column 3. Which row? Let's try bottom row.
|
|
105
|
+
// If sort is -y, maybe index 0 is top or bottom?
|
|
106
|
+
// Let's just set the whole column to be sure, or just one piece.
|
|
107
|
+
inputs["player_a"][5][3] = true; // Bottom row?
|
|
108
|
+
|
|
109
|
+
console.log("Executing with input in col 3...");
|
|
110
|
+
const result = executor.execute(inputs, mode).outputs;
|
|
111
|
+
console.log("Result:", result);
|
|
112
|
+
|
|
113
|
+
if (expectedBehavior === 'copy') {
|
|
114
|
+
// Expect output index 3 to be true
|
|
115
|
+
if (result.output[3]) {
|
|
116
|
+
console.log("✅ Success: Output matches input column.");
|
|
117
|
+
} else {
|
|
118
|
+
console.log("❌ Failure: Output did not match input column.");
|
|
119
|
+
}
|
|
120
|
+
} else if (expectedBehavior === 'leftmost') {
|
|
121
|
+
// Expect output index 0 (leftmost) to be true, assuming it's available
|
|
122
|
+
if (result.output[0]) {
|
|
123
|
+
console.log("✅ Success: Output is leftmost column.");
|
|
124
|
+
} else {
|
|
125
|
+
console.log("❌ Failure: Output is not leftmost column.");
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
await testSchematic('c4_ai_last_played.schem', 'copy');
|
|
131
|
+
await testSchematic('c4_ai_left_most.schem', 'leftmost');
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
runTests().catch(console.error);
|
|
Binary file
|
|
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,16 +255,23 @@ 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
|
+
|
|
258
265
|
/**
|
|
259
266
|
* @param {SchematicWrapper} schematic
|
|
260
267
|
* @returns {string}
|
|
261
268
|
*/
|
|
262
|
-
export function
|
|
269
|
+
export function debug_json_schematic(schematic) {
|
|
263
270
|
let deferred1_0;
|
|
264
271
|
let deferred1_1;
|
|
265
272
|
try {
|
|
266
273
|
_assertClass(schematic, SchematicWrapper);
|
|
267
|
-
const ret = wasm.
|
|
274
|
+
const ret = wasm.debug_json_schematic(schematic.__wbg_ptr);
|
|
268
275
|
deferred1_0 = ret[0];
|
|
269
276
|
deferred1_1 = ret[1];
|
|
270
277
|
return getStringFromWasm0(ret[0], ret[1]);
|
|
@@ -273,23 +280,16 @@ export function debug_schematic(schematic) {
|
|
|
273
280
|
}
|
|
274
281
|
}
|
|
275
282
|
|
|
276
|
-
/**
|
|
277
|
-
* Initialize WASM module with panic hook for better error messages
|
|
278
|
-
*/
|
|
279
|
-
export function start() {
|
|
280
|
-
wasm.start();
|
|
281
|
-
}
|
|
282
|
-
|
|
283
283
|
/**
|
|
284
284
|
* @param {SchematicWrapper} schematic
|
|
285
285
|
* @returns {string}
|
|
286
286
|
*/
|
|
287
|
-
export function
|
|
287
|
+
export function debug_schematic(schematic) {
|
|
288
288
|
let deferred1_0;
|
|
289
289
|
let deferred1_1;
|
|
290
290
|
try {
|
|
291
291
|
_assertClass(schematic, SchematicWrapper);
|
|
292
|
-
const ret = wasm.
|
|
292
|
+
const ret = wasm.debug_schematic(schematic.__wbg_ptr);
|
|
293
293
|
deferred1_0 = ret[0];
|
|
294
294
|
deferred1_1 = ret[1];
|
|
295
295
|
return getStringFromWasm0(ret[0], ret[1]);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
export function debug_schematic(schematic: SchematicWrapper): string;
|
|
4
3
|
/**
|
|
5
4
|
* Initialize WASM module with panic hook for better error messages
|
|
6
5
|
*/
|
|
7
6
|
export function start(): void;
|
|
8
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;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nucleation-0.1.133 → nucleation-0.1.134}/schematic_builder/templates/comparator_subtract_bug1.txt
RENAMED
|
File without changes
|
{nucleation-0.1.133 → nucleation-0.1.134}/schematic_builder/templates/comparator_subtract_bug2.txt
RENAMED
|
File without changes
|
{nucleation-0.1.133 → nucleation-0.1.134}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|