Desktop run as wasm? #292
Answered
by
jkelleyrtp
arslivinski
asked this question in
Q&A
-
Quick question, when I build an app with dioxus-desktop, my code will be compiled to wasm or it will be run natively? |
Beta Was this translation helpful? Give feedback.
Answered by
jkelleyrtp
Mar 4, 2022
Replies: 1 comment
-
For desktop - our implementation runs your code natively in a multithreaded tokio runtime. If you need wasm support, you can compile with Tauri. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arslivinski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For desktop - our implementation runs your code natively in a multithreaded tokio runtime. If you need wasm support, you can compile with Tauri.