-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] Add Risc-v and Loongarch support #8326
Comments
Have you tried building an app for e.g. riscv linux? I can think of a couple apis that would break, but for the most part it should just work™️ Maybe you can help us build out of list of issues that arise so were not completely in the dark |
@JonasKruckenberg ![]() I opened index.js. Found that loongarch64 and riscv64 were not added. I had to try use "build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build",
"devPath": "http://localhost:1420",
"distDir": "../dist",
"withGlobalTauri": false
}
Manually run targer/release/binfile, I can open the app, but the program enter white screen. ![]() It looks like the front-end service isn't working properly I checked this issue and the problem is still there Note,I'm testing in VM with virtio-gpu。 Best Regards |
tested the loong64, just add the "loongarch64-unknown-linux-gnu" to the core's Cargo.toml's target, and works well. |
After testing, it is a GTK issue with loongnix, and it has nothing to do with tauri, so the issue is closed |
Describe the problem
Risc-v and Loongarch both support rust.
Describe the solution you'd like
Whether to consider adding support for these two architectures
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: