Commit Graph

6 Commits

Author SHA1 Message Date
Deukhoofd b1890681a1
A lot more work on WASM script execution
continuous-integration/drone/push Build is passing Details
2022-09-07 18:01:26 +02:00
Deukhoofd ba5992e925
Implements every script function
continuous-integration/drone/push Build is passing Details
2022-08-27 18:04:56 +02:00
Deukhoofd c5fb81c179
Clippy fixes, additional WASM registration work
continuous-integration/drone/push Build is failing Details
2022-08-26 18:23:35 +02:00
Deukhoofd 2d4253e155
More work on WASM handling.
continuous-integration/drone/push Build is failing Details
2022-08-20 12:22:12 +02:00
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
Deukhoofd 7682704945
Initial work on wasm scripting backend 2022-07-18 10:16:47 +02:00