Commit Graph

24 Commits

Author SHA1 Message Date
af29abdb1e Fix datatests to be properly working in newer nightly rust
All checks were successful
continuous-integration/drone Build is passing
2023-04-02 12:07:08 +02:00
ca54820483 Adds a large amount of the WASM interface
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-14 13:25:21 +01:00
aae41b93bb Clippy fixes
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-02 11:25:36 +01:00
055fbfba78 Update Wasmer, log load times, some minor performance tweaks
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-25 11:26:14 +01:00
47df85e8d3 Moves a bunch of libraries to traits
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-24 12:00:50 +01:00
bce636b97e Move Form and Species to traits, implement a bunch of mocks
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-28 21:34:28 +01:00
ad9f17ccf1 Make MoveData a trait
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-27 22:29:11 +01:00
efd1acdfa5 Loads of cleanup
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-11-27 17:29:29 +01:00
691bf7c12e Style and Clippy fixes.
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-14 16:53:30 +02:00
9efe1b4e22 FFI for Pokemon class 2022-10-14 13:59:04 +02:00
a840605bf7 FFI for dynamic libraries 2022-10-14 10:33:19 +02:00
41b40ef98e Rework of FFI, adding a value identifier, so we can keep knowledge of data even when data moves.
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-08 13:15:04 +02:00
a4fd112a07 A bunch of fixes and improvements
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-17 09:38:02 +02:00
7bcfd92d45 Registration fixes and improvements.
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-16 11:01:37 +02:00
b1890681a1 A lot more work on WASM script execution
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-07 18:01:26 +02:00
ba5992e925 Implements every script function
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-27 18:04:56 +02:00
bd62c1ac62 Update to Wasmer 3.0 beta
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-27 14:14:58 +02:00
c5fb81c179 Clippy fixes, additional WASM registration work
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-26 18:23:35 +02:00
55cc0906c9 Remove lifetime mess, replace a lot of code with Arc instead of borrows.
Some checks failed
continuous-integration/drone/push Build is failing
This cleans up the codebase massively, and allows me to maintain some semblance of sanity.
2022-08-20 13:17:20 +02:00
2d4253e155 More work on WASM handling.
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-20 12:22:12 +02:00
703fd2c147 Major fixes for WebAssembly
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-18 15:36:03 +02:00
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
9472c1cec2 Fixes memory issue
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-18 10:49:58 +02:00
7682704945 Initial work on wasm scripting backend 2022-07-18 10:16:47 +02:00