// react App.tsx// ...import { invoke } from "@tauri-apps/api"const message = await invoke("myFunc", { name })// ...
// react App.tsx// ...import { invoke } from "@tauri-apps/api"const message = await invoke("myFunc", { name })// ...
To be more clear, I don't want deno sidecar or separate deno file to run on some port. I would like those compiled deno functions (in rust) directly embeded in app.exe, precompiled with rest of