v8 / v8.dev

The source code of v8.dev, the official website of the V8 project.
https://v8.dev/
Apache License 2.0
953 stars 320 forks source link

Small cleanups #740

Closed gahaas closed 7 months ago

gahaas commented 7 months ago

The description said that V8 can be executed standalone, which is incorrect. V8 always needs an embedder, and d8 is just one of the embedders of V8.

Moreover, the versions of operating systems got removed. Chrome does not support Windows 7 anymore, so V8 probably also does not support Windows 7 anymore. Since we don't keep the version numbers on v8.dev up to date, it's better to just remove them.

Additionally the first-party support for Mips was removed.