//! Host call bridge for rune's escape hatch to external computation.
//! Opcode 16 with host tag dispatches here.
use Noun;
/// Call a host computation. Returns a Noun (the result as a tree).
/// WASM module host call stub.
/// wGPU compute shader stub.
/// glia inference stub.