63 points by le_chuck about 12 hours ago | 24 comments | View on ycombinator
Lerc about 1 hour ago |
binyu about 4 hours ago |
What approach are you using? Been working on a similar in-browser node runtime based on Rust/WASM kernel + Service-Worker HTTP intercept + CJS→ESM transform.
Feature wise, does this compare to StackBlitz webcontainers?
evacchi about 5 hours ago |
Nasser_CAD about 6 hours ago |
cohix about 6 hours ago |
Even though our product was not a commercial success ~3 yrs ago I still believe something like this should succeed and give people choice when it comes to isolation/virtualization (containers, microVMs, Wasm). They are each useful and appropriate for different things.
jahala about 6 hours ago |
If someone feels like an eli5 - What are the use-cases for something like this?
undefined about 6 hours ago |
egorferber about 6 hours ago |
dupontcyborg about 4 hours ago |
tribal808 about 6 hours ago |
keynha about 4 hours ago |
volume_tech about 6 hours ago |
Running a worker.
Running a worker running a js implementation.
Running a worker running a wasm module running a js implementation (quickjs) running some passed code.
Running a worker running what kyu build runs.
And then of course the possibility of a environment where you pass it an integer n and it geneates n levels of. Nested layers with a randomly chosen implementation at each layer.
Security by obfuscurity, is that a thing?
Might be fun to implent the kyu wasm files as an executable format on my dumb cli idea. https://lerc.neocities.org/
(Kyu seems to fight my autocorrect wanting to turn it into you)