You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a node-gyp-build like package which can be used during runtime for loading prebuilds or builds. This package should be minimal because its only purpose is going to be:
Load suitable prebuild for that OS, runtime
(Optionally) If prebuild is not available, build from the source. -> This should install cmake-ts lazily and run the cmake-ts --currentConfig command (discussed in Improving Options and CLI #15).
We can name this package cmake-ts-runtime.
The text was updated successfully, but these errors were encountered:
We should add a
node-gyp-build
like package which can be used during runtime for loading prebuilds or builds. This package should be minimal because its only purpose is going to be:cmake-ts --currentConfig
command (discussed in Improving Options and CLI #15).We can name this package
cmake-ts-runtime
.The text was updated successfully, but these errors were encountered: