A lot more work on WASM script execution
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-09-07 18:01:26 +02:00
parent f9761f61da
commit b1890681a1
102 changed files with 748 additions and 202 deletions

0
src/static_data/growth_rates.rs Normal file → Executable file
View File

0
src/static_data/items.rs Normal file → Executable file
View File

0
src/static_data/libraries/ability_library.rs Normal file → Executable file
View File

0
src/static_data/libraries/data_library.rs Normal file → Executable file
View File

0
src/static_data/libraries/growth_rate_library.rs Normal file → Executable file
View File

0
src/static_data/libraries/item_library.rs Normal file → Executable file
View File

0
src/static_data/libraries/library_settings.rs Normal file → Executable file
View File

0
src/static_data/libraries/mod.rs Normal file → Executable file
View File

0
src/static_data/libraries/move_library.rs Normal file → Executable file
View File

0
src/static_data/libraries/species_library.rs Normal file → Executable file
View File

0
src/static_data/libraries/static_data.rs Normal file → Executable file
View File

0
src/static_data/libraries/type_library.rs Normal file → Executable file
View File

0
src/static_data/mod.rs Normal file → Executable file
View File

0
src/static_data/moves/mod.rs Normal file → Executable file
View File

0
src/static_data/moves/move_data.rs Normal file → Executable file
View File

0
src/static_data/moves/secondary_effect.rs Normal file → Executable file
View File

0
src/static_data/natures.rs Normal file → Executable file
View File

0
src/static_data/species_data/ability.rs Normal file → Executable file
View File

0
src/static_data/species_data/form.rs Normal file → Executable file
View File

0
src/static_data/species_data/gender.rs Normal file → Executable file
View File

0
src/static_data/species_data/learnable_moves.rs Normal file → Executable file
View File

0
src/static_data/species_data/mod.rs Normal file → Executable file
View File

0
src/static_data/species_data/species.rs Normal file → Executable file
View File

0
src/static_data/statistic_set.rs Normal file → Executable file
View File

0
src/static_data/statistics.rs Normal file → Executable file
View File