https://github.com/std-microblock/nanode
The minimalist builds of Node.JS
https://github.com/std-microblock/nanode
javascript node nodejs typescript
Last synced: 10 months ago
JSON representation
The minimalist builds of Node.JS
- Host: GitHub
- URL: https://github.com/std-microblock/nanode
- Owner: std-microblock
- License: gpl-3.0
- Created: 2024-07-30T10:23:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T04:35:01.000Z (over 1 year ago)
- Last Synced: 2025-03-23T00:31:55.253Z (10 months ago)
- Topics: javascript, node, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 82 KB
- Stars: 35
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# nanode
The minimalist builds of Node.JS.
[Try Now](https://github.com/MicroCBer/nanode/releases)
## Build types
|Name|Explanation|
|---|---|
|lto|The build was built with link-time optimizations.|
|clang|The build was built with clang instead of gcc/msvc.|
|ptr_compr|The build was built with experimental pointer compression enabled.|
|icu_none|The build was built without any intl support, which means `Intl.xxx` part would be missing, and JS features like `.toLocaleString()` would be unavailable.|
|icu_system|The build was built with intl support with system icu. [More details.](https://nodejs.org/api/intl.html#build-with-a-pre-installed-icu-system-icu)|
|upx|The build was wrapped with [upx](https://github.com/upx/upx) packer.|
|v8_opts|The build was built without v8/Node.JS debugging features.|
|nojit|The build was built without v8 Just-in-Time compilation support.|