mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-11 02:29:18 +00:00
The fast path of to_i32() can be neatly inlined everywhere, and we still have to_i32_slow_case() for non-trivial conversions. For to_u32(), it really can just be implemented as a static cast to i32! |
||
---|---|---|
.. | ||
Global.cpp | ||
Global.h | ||
Global.idl | ||
Instance.cpp | ||
Instance.h | ||
Instance.idl | ||
Memory.cpp | ||
Memory.h | ||
Memory.idl | ||
Module.cpp | ||
Module.h | ||
Module.idl | ||
Table.cpp | ||
Table.h | ||
Table.idl | ||
WebAssembly.cpp | ||
WebAssembly.h | ||
WebAssembly.idl |