You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-functional lint-driven cleanups across the workspace:
- use is_multiple_of / checked_div instead of manual modulo and zero guards
- derive Default for CacheSlot instead of a hand-written impl
- add a default MemoryRegion::is_empty
- drop needless borrows (wat::parse_str(wrap(...))) and collapse a
redundant if/else in the copy-BST emitter
- minor tidy-ups in benches, tests, and the wasmtime host/imported paths
Also gate the rust-cache step on !ACT so the local act runner skips it.
0 commit comments