rustio rustio.net
44

ecma-runtime-cat

v0.3.5 Experimental

ECMAScript runtime: native built-ins (console, Math, JSON, parseInt, isNaN, Promise, Object, Array, Error, ...) that the boa-cat engine exposes to scripts. v0.3.5 adds the seven standard error constructors `Error`, `TypeError`, `RangeError`, `SyntaxError`, `ReferenceError`, `EvalError`, `URIError`. Each is callable as `Error(message)` or `new Error(message)` and returns an Object with `name` (the constructor's name) and `message` (the first argument coerced via `to_string`).

MIT OR Apache-2.0 Edition 2024
Development tools #runtime#javascript#ecmascript#builtin#boa

Quick Verdict

  • โœ“Actively maintained (updated 33d ago)
  • !Pre-1.0: API may have breaking changes
  • โœ“Permissive license (MIT OR Apache-2.0)

Security

Checking security advisories...
Downloads
397
Dependents
52
Releases
9
Size
32KB

Deep Insights

๐Ÿ“‰
Download decline

88 downloads in the last 30 days, down 72% from the previous period. May indicate migration to alternatives.

๐Ÿ‘ค
Prolific maintainer

The primary maintainer publishes 104 crates. This suggests deep Rust expertise and long-term commitment to the ecosystem.

๐Ÿ“
Compact crate

At 32KB, ecma-runtime-cat is lightweight. Small crate size correlates with focused, well-scoped functionality.

Health Breakdown

Maintenance 11/25

Recency, release consistency, active ratio

Quality 13/25

Yanked ratio, deps, size, maturity, features

Community 10/20

Reverse deps, ownership, ecosystem

Popularity 3/15

Downloads, momentum, growth trend

Documentation 7/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
0/day avg
04/265/146/16/197/77/24

Top Dependents

Most downloaded crates that depend on ecma-runtime-cat

Version Adoption

v0.1.0
40%
v0.3.5
28%
v0.3.1
14%
v0.2.1
11%
v0.3.0
7%

Release Timeline

9 releasessince 2026
J
F
M
A
M
J
J
A
S
O
N
D
2026
9
Less
More

README

Loading README...

Maintainers

Dependencies
6
direct dependencies
Dependents
52
crates depend on ecma-runtime-cat

Similar Crates