Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gumjs: Generate simpler enum value lookup code
Some C compilers limit how many `else if` branches they support. One such compiler is MSVC for arm64. We should implement a better lookup scheme at some point though.
- Loading branch information