Hacker News new | ask | show | jobs
by fabrice_d 4158 days ago
Servo uses spidermonkey as JS engine, so I don't think it brings anything in a "run js headless" context.
2 comments

Although it's possible that some of the changes required to integrate Spidermonkey and Servo might make the former easier to embed?
True, but mostly because writing a JS engine from scratch is hard although not impossible.