#Tryining to compile tauri-leptos-example-main, getting tao compilation error
7 messages · Page 1 of 1 (latest)
Where is that example? Wild guess you're compiling the full project for wasm32 instead of just the frontend
Yes , full project https://github.com/michalvavra/tauri-leptos-example.git
Tauri and Leptos example. Contribute to michalvavra/tauri-leptos-example development by creating an account on GitHub.
You should be running that project using e.g. cargo tauri dev. Install the CLI first with cargo install tauri-cli
Ok, will try that again under Ubuntu and additionally under windows. Cargo tauri dev works fine with other examples but not with the GitHub project which uses tauri-sys (or similar) and some generic events from tauri to frontend ..
tauri-sys isn't officially supported and I don't think Jonas has updated it in a while, so it might be broken
Sounds reasonable. Will look into events in the tauri docs..