https://github.com/sevinf/deno-hang-repro
https://github.com/sevinf/deno-hang-repro
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sevinf/deno-hang-repro
- Owner: SevInf
- Created: 2023-01-04T13:45:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T13:46:10.000Z (over 3 years ago)
- Last Synced: 2025-02-03T21:57:26.356Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.