-
Hello, Thank you for this amazing project! I noticed that it's possible by serving a project with parcel to use out of the box Rust. I'm wondering if it's possible to use both, Tauri and Parcel. |
Beta Was this translation helpful? Give feedback.
Answered by
nklayman
Feb 24, 2021
Replies: 1 comment 5 replies
-
Parcel can't be used to integrate Tauri, as Tauri can't be built to WASM, it has to be built to native code with the Tauri CLI. However, you can use a parcel-built website with Tauri just fine. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
nklayman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Parcel can't be used to integrate Tauri, as Tauri can't be built to WASM, it has to be built to native code with the Tauri CLI. However, you can use a parcel-built website with Tauri just fine.