Hacker News new | ask | show | jobs
by namanyayg 658 days ago
Awesome work! How are you installing npm packages & compiling in the browser IDE without any local filesystem?
3 comments

Maybe a docker spinup for each app (which would be kind of nuts and could get out of hand perhaps) ? I have to admit I didn’t look at the site much so have no idea really
We use a dedicated firecracker VM for each project with a rust binary wrapping a vite dev server.
What does the rust binary do here?
Could be WASM?