Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PerikiyoXD/v8xm
v8 shell built using xmake
https://github.com/PerikiyoXD/v8xm
v8 v8-engine v8-javascript-engine v8js xmake xmake-built
Last synced: 3 months ago
JSON representation
v8 shell built using xmake
- Host: GitHub
- URL: https://github.com/PerikiyoXD/v8xm
- Owner: PerikiyoXD
- Created: 2024-02-29T01:45:37.000Z (11 months ago)
- Default Branch: nightly
- Last Pushed: 2024-02-29T03:47:19.000Z (11 months ago)
- Last Synced: 2024-07-30T21:05:50.745Z (6 months ago)
- Topics: v8, v8-engine, v8-javascript-engine, v8js, xmake, xmake-built
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v8xm
## Introduction
v8xm is a demo project used to solve the problem of running v8 using xmake environment.
## Build
```bash
xmake
```## Run
```bash
xmake run
```## License
v8xm is licensed under the MIT License. See [LICENSE](LICENSE) for the full license text.