mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-29 22:42:52 +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. |
||
---|---|---|
.. | ||
AbstractMachine | ||
Parser | ||
Printer | ||
Tests | ||
WASI | ||
CMakeLists.txt | ||
Constants.h | ||
Forward.h | ||
Opcode.h | ||
Types.h | ||
Wasi.h |