A Wax method name denotes a FAMILY, not a single operation.
The name carries the access width only -- atomic_load16, atomic_rmw_add8
-- and the i32/i64 value type is resolved from the operand and result types
while type checking, exactly as it is for the plain scalar accesses
(load16(p) as i64_u). atomic_wait32/atomic_wait64 and atomic_notify
are the exceptions: they resolve from the name alone.