Commit Graph

14 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
6a2353df4c Major work on WASM results 2023-06-17 19:05:27 +02:00
0d3d5bcbe7 Initial setup for results for wasm 2023-04-23 10:10:06 +02:00
db88d31394 Fix strange new compile errors
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-21 09:07:26 +02: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
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
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