hosting/serving on wasmtime #6694
Unanswered
abdulhakam
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use tanstack start (SSR) in a project of mine, the project is to be hosted/served using wasmtime (which supports wasip2. NOT wasi-x).
I am currently achieving ssr by using vite's react+SSR (non-streaming) template (creating routes manually). and then compiling it to wasm using componentize.
so I wanted to ask whether the tanstack start could be compiled to wasm that way too?
my main reason for using wasmtime is because it is secure and the wasm components created for it can be hosted almost anywhere while keeping its resource usage less than nodejs.
Beta Was this translation helpful? Give feedback.
All reactions