#Is there a way to call the Tauri API directly from Rust?
2 messages · Page 1 of 1 (latest)
It's indeed a requirement for the IPC. Your frontend runs in a sandbox / separate process from the core/backend so you need wasm_bindgen to call into javascript which has access to the window variable (necessary for the ipc comms)