This is an attempt to bring WRY/Tauri to a standalone compiled binary allowing you to run a project and compile (embed the assets) into the binary without touching rust.
curl -fsSL https://raw.githubusercontent.com/lemarier/wry_standalone/main/install/install.sh | shGithub require TLS 1.2 (will be removed once we use our own domain)
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iwr https://raw.githubusercontent.com/lemarier/wry_standalone/main/install/install.ps1 -useb | iexgit clone https://github.com/lemarier/wry_demo.git
cd wry_demo
wry run ./src/main.jsFor test purpose it shuld generate a self contained binary as compiled-bin-test in the current directory.
wry compile ./src/main.js./compiled-bin-test