dont serialize meta flag, wasm work

This commit is contained in:
Krzosa Karol
2025-01-05 12:05:39 +01:00
parent 67f654f72e
commit b9106abadb
15 changed files with 139 additions and 219 deletions

View File

@@ -182,7 +182,7 @@ void meta_app(ma_arena_t *arena) {
};
struct app_event_list_t {
app_event_t *first;
app_event_t *first; @dont_serialize
app_event_t *last;
i32 len;
};