Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 373 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 373 Bytes

Nvwa.js

A javascript interpreter.

在线体验

codesandbox

安装

npm install nvwajs --save

如何使用

import createContext from 'nvwajs';

const run = createContext();

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

TODO

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