Major fixes for WebAssembly
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-18 15:36:03 +02:00
parent 0961b199ff
commit 703fd2c147
11 changed files with 129 additions and 81 deletions

Binary file not shown.

View File

@@ -56,5 +56,5 @@ fn validate_script() {
.load_script(0 as *const u8, ScriptCategory::Move, &"test".into())
.unwrap()
.unwrap();
script.on_initialize(&[]);
script.on_initialize(&lib, &[]);
}