API
@rezi-ui/native
Native addon:
Native addon:
- Rust +
napi-rsbinding - vendored Zireael engine sources
- prebuilt
.nodebinaries for supported targets
Install
You usually do not install this package directly.
When you install @rezi-ui/node, it pulls in @rezi-ui/native as a dependency:
npm i @rezi-ui/nodeBuild from source (maintainers / fallback)
On a supported host with a working Rust toolchain:
npm run build:native
npm run test:native:smokeWhat this package owns
- The N-API bridge to the engine (Rust)
- Thread-safety boundaries and handle ownership
- Prebuilt binaries and packaging layout used by release automation
See also: