This directory contains the WASM contracts used by the River CLI.
This is a copy of the room contract from ../ui/public/contracts/room_contract.wasm.
Important: This file MUST be kept in sync with the UI version and committed to the repository for crates.io publishing.
To update:
cp ../ui/public/contracts/room_contract.wasm contracts/The build.rs script will use this file when building from a crates.io package, and will use the UI version when building from the workspace.