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 <noreply@anthropic.com>quotesdb
parent
b980ef8ee6
commit
6996b4807b
@ -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"
|
||||
Loading…
Reference in New Issue