We want to use Tauri v2 beta so that the closure we pass to run() receives a RunEvent::Exit before the process restarts where the zebrad process can be killed as cleanup.
We also want to use JS frontend to use the @tauri-apps/api package without wasm-bindings.
Motivation
We want to use Tauri v2 beta so that the closure we pass to
run()
receives aRunEvent::Exit
before the process restarts where the zebrad process can be killed as cleanup.We also want to use JS frontend to use the
@tauri-apps/api
package without wasm-bindings.Closes https://github.com/ZcashFoundation/zebra/issues/8331. Closes https://github.com/ZcashFoundation/zebra/issues/8332. Closes https://github.com/ZcashFoundation/zebra/issues/8333.