Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize side table masks (google#713)
Based on experiments, these are the smallest masks to pass CI. In other words, `SideTableEntry` only requires `u35` at this point. I'll add the fields from `func_type()` and `func()` in `module.rs` to the side table in google#711, and `SideTableEntry` as `u64` might not be sufficient. google#46 --------- Co-authored-by: Zhou Fang <[email protected]>
- Loading branch information