Guest-side development kit for Lyquid WASM modules.
lyquid is the crate Lyquid authors import inside contract crates. It exposes the ABI tags,
call context, result and error types, LyteMemory layout constants, HTTP request shapes, guest
memory helpers, runtime host imports, and the method proc-macro facade. Those pieces line up
with the metadata decoded by lyquor-wasm and the entry points executed by lyquor-vm: method
macros generate network, instance, Ethereum-exported, and UPC entry points, while runtime
helpers perform host calls from inside the WASM guest.