Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yorkie/lv
compile your JavaScript to native code in pure JavaScript
https://github.com/yorkie/lv
assembly compiler javascript
Last synced: 2 months ago
JSON representation
compile your JavaScript to native code in pure JavaScript
- Host: GitHub
- URL: https://github.com/yorkie/lv
- Owner: yorkie
- Created: 2014-01-16T15:34:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T19:42:22.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T09:34:00.231Z (2 months ago)
- Topics: assembly, compiler, javascript
- Language: Roff
- Homepage:
- Size: 2.61 MB
- Stars: 19
- Watchers: 6
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LV
JavaScript(ECMAScript) to Assembly tool based on [NASM](https://www.nasm.us/) project.
This project is highly under being developed by [@yorkie](https://github.com/yorkie).
### Installation
```sh
$ npm install lv -g
```### Usage
```sh
lv [command] [file]Commands:
run run your program directly
compile compile your program to output path
```compile and run demo(program):
```sh
$ lv compile examples/simple.js build/simple
$ ./build/simple # run
```NB: Only support very little features
### LICENSE
MIT