From 6996b4807b59b0462b8aba8cf1e6fda5f33d83e1 Mon Sep 17 00:00:00 2001 From: Elijah Voigt Date: Sun, 15 Feb 2026 19:48:54 -0800 Subject: [PATCH] docs: update wasm target note and add common Cargo.lock Reflect that wasm32-unknown-unknown is provided by the Nix dev shell via rust-overlay rather than requiring a manual rustup install. Include the Cargo.lock generated by building the common crate. Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 2 +- common/Cargo.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 common/Cargo.lock diff --git a/CLAUDE.md b/CLAUDE.md index b729263..bea4311 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -54,7 +54,7 @@ vibesville/ - **Framework:** Yew (Rust compiled to Wasm) - **Build tool:** Trunk (`trunk serve` for local dev) -- **Compile target:** `wasm32-unknown-unknown` (must be installed: `rustup target add wasm32-unknown-unknown`) +- **Compile target:** `wasm32-unknown-unknown` (included in the Nix dev shell via rust-overlay) - **Hosting:** Cloudflare Pages ### Data diff --git a/common/Cargo.lock b/common/Cargo.lock new file mode 100644 index 0000000..bf5cec5 --- /dev/null +++ b/common/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "common" +version = "0.1.0"