Y
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
indigodaddy
657 days ago
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
link
fabhed
657 days ago
We use a dedicated firecracker VM for each project with a rust binary wrapping a vite dev server.
link
namanyayg
657 days ago
What does the rust binary do here?
link
DaiPlusPlus
658 days ago
Could be WASM?
link