https://github.com/caspertech/nanweakfunctiontest
Demonstrate a possible flaw in Node's ref management
https://github.com/caspertech/nanweakfunctiontest
Last synced: about 1 year ago
JSON representation
Demonstrate a possible flaw in Node's ref management
- Host: GitHub
- URL: https://github.com/caspertech/nanweakfunctiontest
- Owner: CasperTech
- Created: 2020-05-18T19:37:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T11:22:44.000Z (over 4 years ago)
- Last Synced: 2025-01-11T22:21:51.991Z (over 1 year ago)
- Language: CMake
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NanWeakFunctionTest
Demonstrate a possible flaw in Node's ref management
```
npm install
npm install -g node-cmake
ncmake configure
ncmake build
node --expose-gc test.js
```