0.0.3 • Published 4 years ago

nvwajs v0.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Nvwa.js

A javascript interpreter.

在线体验

codesandbox

安装

npm install nvwajs --save

如何使用

import createContext from 'nvwajs';

const run = createContext();

run(`console.log('hello world')`);

TODO

  • 补充单测,完成自举
  • 补充语法