jterrace/js.js
js.js: A JavaScript JavaScript interpreter observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5452
- days_rel: n/a
- days_push: 1656
- n_releases_24m: 0
Adoption not part of the score
1082 stars · 59 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
js.js is a JavaScript interpreter written in JavaScript, created by compiling SpiderMonkey to LLVM and translating it with Emscripten. It exposes a JSAPI-style wrapper so scripts can evaluate and run JavaScript code inside a browser or Node.js environment.
Use cases
- run untrusted javascript in a sandboxed interpreter inside the browser
- evaluate javascript code from within a javascript application
- embed a separate javascript execution context in node
- build an in-browser javascript playground or REPL
- execute user-supplied scripts safely without eval
When to choose
- you need to run JavaScript code isolated from the host page's real JS environment
- you want a self-contained interpreter that works in browser and Node.js
- you're experimenting with interpreter-in-interpreter techniques or teaching
When to avoid
- you need fast execution - it's roughly 200x slower than native SpiderMonkey
- you need a small dependency - the compiled build is ~3MB (594KB gzipped)
- you need an actively maintained project - it dates from 2012 with no recent development
- you just want to evaluate trusted code - native eval or Function is far simpler
Facets
library · maturity abandoned
interpreter compiler developer-tools programming-languages compilers developer-tools web-development browser wasm javascript-interpreter spidermonkey emscripten transpilation sandboxing nodejs javascript
1 source
- readme: https://github.com/jterrace/js.js · fetched 2026-08-28 · ceee470b7cbf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jterrace/js.js | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem