// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! Unit tests for guest Wasm module memory manipulation.
use GuestPointer;
/// Test aligning memory addresses.
///
/// Checks that the resulting address is aligned and that it never advances more than the alignment
/// amount.