malcolmstill / zware

Zig WebAssembly Runtime Engine
MIT License
285 stars 10 forks source link

Flatten memory #192

Closed malcolmstill closed 1 year ago

malcolmstill commented 1 year ago

Description

I dislike having the pages explicit in the implementation of memory, i.e I dislike ArrayList([PAGE_SIZE]u8) and am changing it to a flat ArrayList(u8)