Commit Graph

11 Commits

Author SHA1 Message Date
46195d3042 Major rework of extern ref system for WASM, fixes most possible panics in WASM handling
All checks were successful
continuous-integration/drone Build is passing
2023-06-22 15:43:41 +02:00
c0e4702e45 Replace most panics in the core library with results
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-19 18:44:11 +02: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
e04f61d9e6 Make Ability a trait
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-27 17:47:51 +01: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
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
2d4253e155 More work on WASM handling.
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-20 12:22:12 +02:00
0d95dcf618 Fixes all clippy warnings
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-01 18:20:16 +02:00
717fcdefda Finished documenting all public interfaces.
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-01 17:52:00 +02:00
56e1237c22 Adds more unit tests
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-11 20:51:37 +02:00
6e8f4dd4a5 A lot more work on a bunch of different parts of the system. 2022-06-11 17:22:46 +02:00