Go to file
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
.cargo Major amounts of progress 2022-06-03 16:35:18 +02:00
src Cleans up the WASM environment handling. 2022-07-18 13:18:11 +02:00
tests Cleans up the WASM environment handling. 2022-07-18 13:18:11 +02:00
.drone.yml Fixes a bunch of clippy warnings, adds clippy to CI 2022-06-18 16:06:54 +02:00
.gitignore Initial commit, implements most of the static_data side. 2021-01-30 22:29:59 +01:00
Cargo.toml Initial work on wasm scripting backend 2022-07-18 10:16:47 +02:00
lifetime_notes.txt Loads more work on battling, initial stretch to run a turn done. 2022-06-16 17:59:33 +02:00
rustfmt.toml Loads more work on battling, initial stretch to run a turn done. 2022-06-16 17:59:33 +02:00
types.toml Cleans up the WASM environment handling. 2022-07-18 13:18:11 +02:00