Server build
#2617
-
How do I build my app server for wasm32-wasi or is it impossible? |
Beta Was this translation helpful? Give feedback.
Answered by
gbj
Jun 8, 2024
Replies: 1 comment 4 replies
-
Not sure which platform you're looking at running it on but you can look at |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a variable. In the line above you see it's
true
if the bin target triple includeswasm
. You can set that with thebin-target-triple
config variable (see cargo-leptos README)