// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/*!
Various prebuilt cost strategies.
*/
pub use Costs as Wasmtime;
/// A trait that encodes the costs of different Wasm operations.
/// Costs that never consume fuel.
;