PkmnLib_rs/src
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
..
dynamic_data Initial work on wasm scripting backend 2022-07-18 10:16:47 +02:00
script_implementations Cleans up the WASM environment handling. 2022-07-18 13:18:11 +02:00
static_data Cleans up the WASM environment handling. 2022-07-18 13:18:11 +02:00
utils Cleans up the WASM environment handling. 2022-07-18 13:18:11 +02:00
defines.rs Initial work on adding documentation, reorganises modules 2022-06-19 21:34:08 +02:00
lib.rs Fixes memory issue 2022-07-18 10:49:58 +02:00