#109 Add password resolution tests for login command
closedmedium·sable·2026-03-02 23:37· closed 2026-03-02 23:37·bugenhancement·Phase 1: CLI Foundation
Comments — 1
sablenote2026-03-02 23:37
aes-gcm pulls in getrandom which needs the 'js' feature for wasm32-unknown-unknown targets. Need to add getrandom as a direct dep with js feature gated on wasm target. Also setting up a pre-commit hook to catch WASM compat regressions.
aes-gcm pulls in getrandom which needs the 'js' feature for wasm32-unknown-unknown targets. Need to add getrandom as a direct dep with js feature gated on wasm target. Also setting up a pre-commit hook to catch WASM compat regressions.