An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# zig-js

![loc](https://sloc.xyz/github/nektro/zig-js)
[![license](https://img.shields.io/github/license/nektro/zig-js.svg)](https://github.com/nektro/zig-js/blob/master/LICENSE)
[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)
[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](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
```