// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! Wasm entrypoints for contracts and services.
// The `#[wit_import]` macro generates items (a struct and associated functions) that cannot
// carry doc comments, so we allow missing docs for this whole module of WIT bindings.
use StreamUpdate;
use wit_import;
/// WIT entrypoints for application contracts.
/// WIT entrypoints for application services.