//! WASI wit definitions shared by forte-sdk (its own bindings) and
//! forte-codegen (which routes them to user crates via build scripts).
//!
//! The wit tree is embedded at compile time via `include_dir!`, so any
//! downstream crate can call [`extract_wit`] from a build script to
//! materialize the same wit files into an arbitrary directory.
use ;
use ;
static WIT_DIR: = include_dir!;