Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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