https://github.com/sevinf/napi-rs-repro
https://github.com/sevinf/napi-rs-repro
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sevinf/napi-rs-repro
- Owner: SevInf
- Created: 2022-07-05T12:16:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T15:12:50.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T21:57:31.141Z (over 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run
```sh
npm install
npm run build
npm run leaking # version that leaks memory
npm run fixed # fixed version
```