@letary/chisel
v0.4.0
Published
Method-granular bundler with math fusion (Rust/SWC) — resolves the platform binary.
Readme
@letary/chisel
The platform-binary resolver for chisel — a method-granular bundler with math fusion (Rust/SWC).
Installing this package pulls the binary for your OS/arch via an optional
@letary/chisel-<platform> dependency (the same per-platform mechanism esbuild uses), so there's no
postinstall download.
const { binaryPath } = require("@letary/chisel")
const bin = binaryPath() // absolute path to the chisel binary, or null if this platform isn't supportedThe binary speaks JSON over stdio — see the main repo for the input/output contract.
