https://github.com/nektro/zig-js
[WIP] An ECMAScript module for Zig.
https://github.com/nektro/zig-js
zig zig-package
Last synced: 10 months ago
JSON representation
[WIP] An ECMAScript module for Zig.
- Host: GitHub
- URL: https://github.com/nektro/zig-js
- Owner: nektro
- License: mpl-2.0
- Created: 2023-11-20T20:54:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-21T20:33:32.000Z (about 1 year ago)
- Last Synced: 2025-05-21T21:35:08.189Z (about 1 year ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage:
- Size: 379 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-js

[](https://github.com/nektro/zig-js/blob/master/LICENSE)
[](https://github.com/sponsors/nektro)
[](https://ziglang.org/)
[](https://github.com/nektro/zigmod)
An ECMAScript module for Zig. Currently includes a parser.
## Progress
```
Build Summary: 3/7 steps succeeded; 3 failed; 3643/4696 tests passed; 16 skipped; 1037 failed
test transitive failure
├─ run test 1817/1984 passed, 159 failed, 8 skipped
│ └─ zig test Debug native success 1m MaxRSS:2G
├─ run test 1624/1983 passed, 351 failed, 8 skipped
│ └─ zig test Debug native success 50s MaxRSS:2G
└─ run test 202/729 passed, 527 failed
└─ zig test Debug native success 50s MaxRSS:2G
```