Replies: 2 comments
-
I think I am completely wrong here. At least the tutorial part is meant to be executed by the browser. |
Beta Was this translation helpful? Give feedback.
-
Right, everything in the tutorial so far is for client-side rendering in the browser. You can do server-side rendering with native binaries with Leptos very easily. You can also do server-side rendering in WASM runtimes like run within V8 (Cloudflare Workers, Deno, etc.) You can also do server-side rendering in |
Beta Was this translation helpful? Give feedback.
-
I tried to deploy basic application based on
letpos-tutorial
in docs.Build
Run on
wasmedge
Alternative build produces the same result with
trunk build
.Output:
Run on
wasmtime
Works
trunk serve --open
works just fine.Beta Was this translation helpful? Give feedback.
All reactions