|
|
|
|
|
by binyu
10 days ago
|
|
> WebVM uses x86 virtualization and hence has a significant performance penalty That is precisely the reason why we chose not avoid using any solution which uses virtualization, even though you get a full OS. QuickJS also pays a performance tax (no JIT) and still doesn't give you the OS. On our part we're mostly focused on JS for the time being and we think that the best bet is to reuse the browser V8 engine |
|