chore(sqlite-vfs): remove wasm sqlite packages and workspace wiring#4641
chore(sqlite-vfs): remove wasm sqlite packages and workspace wiring#4641NathanFlurry wants to merge 1 commit intochore/remove-wasm-sqlite-native-onlyfrom
Conversation
PR Review: chore(sqlite-vfs): remove wasm sqlite packages and workspace wiring
SummaryClean removal of the Issues🔴 The diff shows 🟡 WASM/native VFS parity (CLAUDE.md requirement) CLAUDE.md states the native Rust VFS and the WASM TypeScript VFS must match 1:1. This PR removes the WASM TypeScript VFS. Confirm the native side is being removed or replaced in the parent branch ( 🟡 The sandbox lock file is removed but the package still exists in the workspace. Confirm pnpm resolves sandbox dependencies correctly from the root lock file -- deleting a self-contained lock file without verifying root-level resolution can cause silent install failures. ObservationsLadle Dockerfile removes platform-specific packages not in this diff Lines removing DYNAMIC_ACTOR_SQLITE_PROXY_SPEC.md deleted This spec describes the replacement architecture (host-side SQLite bridge via sqliteExec/sqliteBatch RPC). If that replacement has not been implemented yet, deleting the spec loses design context. Worth confirming the deletion is intentional. Cargo.lock churn in rivetkit-rust/Cargo.lock 405 additions / 420 deletions of Rust dependency versions look like incidental version bumps unrelated to the WASM SQLite removal. Worth confirming they are intentional and not accidentally carried from another branch. VerdictThe cleanup is correct and well-scoped. The blocking item is the |
0bc1a8e to
b7e88da
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: