I noticed this while measuring Wac's RAM usage. Great project by the way.
The allocated RAM was quadrupling when Wac hit a grow_memory instruction. It looks like the wrong allocation unit may have been used? Later in wa.c in load_module I noticed a uint8_t was used there suggesting this was a typo.
I noticed this while measuring Wac's RAM usage. Great project by the way.
The allocated RAM was quadrupling when Wac hit a grow_memory instruction. It looks like the wrong allocation unit may have been used? Later in wa.c in load_module I noticed a uint8_t was used there suggesting this was a typo.