javascript 0.3.0

A JavaScript engine implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "test262-runner",
  "version": "0.1.0",
  "description": "Node-based Test262 runner (prototype)",
  "main": "ci/runner.js",
  "type": "commonjs",
  "scripts": {
    "test": "node ci/test_compose.js",
    "run": "node ci/runner.js"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {}
}