How can I build tauri app for arm64?
#Compile for Windows arm64
1 messages · Page 1 of 1 (latest)
install that
rustup target add aarch64-pc-windows-msvc
cargo build --target aarch64-pc-windows-msvc --release
if you need help just @ me @worthy beacon
Thanks @teal raven
I tried to install these components just like you said but then it failed to compile with internal error from the compiler. Maybe the issue is in another crate which compile whisper.cpp
I pasted the log here
https://github.com/tazz4843/whisper-rs/issues/182
oh, its probably an issue with the c++ side, ill try it on my system and see how it goes