@reset-framework/native
v1.2.2
Published
Native CMake runtime sources for Reset Framework.
Downloads
1,178
Readme
Native Runtime
@reset-framework/native is the CMake-based native runtime source package for Reset Framework.
Contents:
runtime/: platform adapters and shared runtime codeCMakeLists.txt: top-level native build entrypointCMakePresets.json: standard development and release presetsvcpkg.json: native dependency manifest
The package is intended for framework maintainers and explicit source builds through reset-framework-cli --runtime-source.
This package is the correct home for cross-platform growth:
- shared runtime code stays in one place
- platform backends live under
runtime/platform/* - CMake remains the build system of record
Current implementation status:
- macOS backend exists
- Windows backend exists for the core host window/webview runtime
- Linux backend is pending
