mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
That might be obvious for some, but it took me a few hours to figure out that `sqlx` is actually not `wasm32` compatible. Funny enough, `cargo build` was working just fine, but `trunk serve` was failing with a very misleading error about `openssl`. Maybe one day that small note will save a few hours to someone else