Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanmaxlogiudice/reproduction
https://github.com/ivanmaxlogiudice/reproduction
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanmaxlogiudice/reproduction
- Owner: ivanmaxlogiudice
- Created: 2024-02-28T20:30:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-28T20:37:05.000Z (10 months ago)
- Last Synced: 2024-10-15T20:32:02.949Z (3 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reproduction
```
$ bun --version
1.0.29$ bun
Bun is a fast JavaScript runtime, package manager, bundler, and test runner. (1.0.29-canary.28 (331d079d))$ node --version
v21.6.0
```To install dependencies:
```bash
npm install
```To run:
```bash
npm run configure
npm run build
```To test:
```bash
node lib/index.js
``````bash
bun lib/index.js
```Node output:
```
start
end
```Bun output:
```
Segmentation fault at address 0x0
...\src\binding.cpp:18:0: 0x7ffb2a071123 in Test (binding.obj)
napi_get_buffer_info(env, argv[0], reinterpret_cast(&bufferData), nullptr);???:?:?: 0x7ff719ccef5e in ??? (bun.exe)
???:?:?: 0x1c30000115d in ??? (???)
???:?:?: 0x1c30000111f in ??? (???)
```