FunctionincrementAtomically increment the value associated with the key in the store by the given (signed) delta. It returns the new value.increment: async func(bucket: borrow<bucket>, key: string, delta: s64) -> result<s64, error>;