PkmnLib_rs/src/static_data
Deukhoofd 0961b199ff
Cleans up the WASM environment handling.
Instead of passing the entire script resolver as a pointer to the WebAssemblyEnv, we now have split off the data actually relevant to the environment into it's own class, which is stored inside of an Arc.
2022-07-18 13:18:11 +02:00
..
libraries Initial work on wasm scripting backend 2022-07-18 10:16:47 +02:00
moves Initial work on wasm scripting backend 2022-07-18 10:16:47 +02:00
species_data Cleans up the WASM environment handling. 2022-07-18 13:18:11 +02:00
growth_rates.rs More documentation. 2022-07-01 17:07:22 +02:00
items.rs More documentation. 2022-07-01 17:07:22 +02:00
mod.rs Fixes all clippy warnings 2022-07-01 18:20:16 +02:00
natures.rs More documentation. 2022-07-01 17:07:22 +02:00
statistic_set.rs Changes for Statistic Sets, use a new way for Atomic traits. 2022-07-01 17:30:36 +02:00
statistics.rs Finished documenting all public interfaces. 2022-07-01 17:52:00 +02:00