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

https://github.com/sevinf/deno-hang-repro


https://github.com/sevinf/deno-hang-repro

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# deno + napi-rs reproduction

## Instructions

Reproducible with deno 1.29.1

```
cd minimal-napi
npm install
npm run build
cd ..
deno run -A --unstable index.js
```

Deno process will hang after the script is done.