mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-27 15:03:27 +00:00
The WebAssembly spec never relies on host system information, like size_t. For consistency's sake, we should stick to the usage of u32's instead of size_t's. This didn't cause issues before because LEB128-encoded u64's are a superset of LEB128-encoded u32's.