-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f90b359
commit 36309e4
Showing
2 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Проект | ||
============ | ||
Проект обновляется раз в год по расписанию и собирает debian пакет, содержащий все необходимое для работы d8 | ||
|
||
V8 JavaScript Движок | ||
============= | ||
|
||
V8 - это open source JavaScript движок от Google. | ||
|
||
V8 может работать автономно, в c++ приложении или в браузере. | ||
|
||
Документация: https://v8.dev/docs | ||
|
||
|
||
Установка | ||
============= | ||
|
||
Список доступных пакетов можно найти на странице https://github.com/topvisor/v8js/releases в разделе "Assets" | ||
|
||
Пример установки: | ||
|
||
wget https://github.com/topvisor/v8js/releases/download/v1.0.3/v8js.12.3.amd64.deb | ||
sudo dpkg -i v8js.12.3.amd64.deb | ||
|
||
Пример использования: | ||
d8 <<< "console.log('hello world');" | ||
|
||
Удаление | ||
dpkg -r v8js |